#F986B4

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

Shades of Persian Pink #F986B4

Tints of Persian Pink #F986B4

Color information

#F986B4 (or 0xF986B4) is unknown color: approx Persian Pink. HEX triplet: F9, 86 and B4. RGB value is (249,134,180). Sum of RGB (Red+Green+Blue) = 249+134+180=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F986B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986B4 is #06794B. Grayscale: #ADADAD. Windows color (decimal): -424268 or 11831033. OLE color: 11831033.

HSL color Cylindrical-coordinate representation of color #F986B4: hue angle of 336º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F986B4 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB249134180-
CMYK00.460.280.02
HSL336º90.55%75.1%-
HSV(B)336º46.18%97.65%-
XYZ55.8340.4948.05-
YUV173.63131.6181.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.23%
GREEN value IS 134 (52.73% from 255) = 23.80%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=44.23%
G=23.80%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913418000.460.280.0233690.5575.1
HexF986B402E1C21505b4b
Octal371206264056342520133113
Binary1111100110000110101101000101110111001010101000010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F986B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F986B4; }

 p { color: rgb(249,134,180); }

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

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

 a { background-color: rgb(249,134,180); }

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

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

 span { border-color: rgb(249,134,180); }

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