#F886B7

Color #F886B7 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F886B7

Tints of Persian Pink #F886B7

Color information

#F886B7 (or 0xF886B7) is unknown color: approx Persian Pink. HEX triplet: F8, 86 and B7. RGB value is (248,134,183). Sum of RGB (Red+Green+Blue) = 248+134+183=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 183 (71.88% from 255 or 32.39% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F886B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F886B7 is #077948. Grayscale: #ADADAD. Windows color (decimal): -489801 or 12027640. OLE color: 12027640.

HSL color Cylindrical-coordinate representation of color #F886B7: hue angle of 334.21º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F886B7 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB248134183-
CMYK00.460.260.03
HSL334.21º89.06%74.9%-
HSV(B)334.21º45.97%97.25%-
XYZ55.7840.4349.66-
YUV173.67133.27181.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 43.89%
GREEN value IS 134 (52.73% from 255) = 23.72%
BLUE value IS 183 (71.88% from 255) = 32.39%
R=43.89%
G=23.72%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813418300.460.260.03334.2189.0674.9
HexF886B702E1A314e594b
Octal370206267056323516131113
Binary1111100010000110101101110101110110101110100111010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F886B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F886B7; }

 p { color: rgb(248,134,183); }

 H1.HeaderClassName
 {
   color: #F886B7;
 }
 .AnyTagClassName
 {
   color: #F886B7;
 }
</style>
background-color css

<style>
 a { background-color: #F886B7; }

 a { background-color: rgb(248,134,183); }

 div.DivClassName
 {
   background-color: #F886B7;
 }
 .BgClassName
 {
   background-color: #F886B7;
 }
</style>
border-color css

<style>
 span { border-color: #F886B7; }

 span { border-color: rgb(248,134,183); }

 td.TdClassName
 {
   border-color: #F886B7;
 }
 .TagClassName
 {
   border-color: #F886B7;
 }
</style>