#F981B9

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

Shades of Persian Pink #F981B9

Tints of Persian Pink #F981B9

Color information

#F981B9 (or 0xF981B9) is unknown color: approx Persian Pink. HEX triplet: F9, 81 and B9. RGB value is (249,129,185). Sum of RGB (Red+Green+Blue) = 249+129+185=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F981B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981B9 is #067E46. Grayscale: #ABABAB. Windows color (decimal): -425543 or 12157433. OLE color: 12157433.

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

Color convert

RGB249129185-
CMYK00.480.260.02
HSL332º90.91%74.12%-
HSV(B)332º48.19%97.65%-
XYZ55.6739.3450.56-
YUV171.26135.76183.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.23%
GREEN value IS 129 (50.78% from 255) = 22.91%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=44.23%
G=22.91%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912918500.480.260.0233290.9174.12
HexF981B90301A214c5b4a
Octal371201271060322514133112
Binary1111100110000001101110010110000110101010100110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F981B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F981B9; }

 p { color: rgb(249,129,185); }

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

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

 a { background-color: rgb(249,129,185); }

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

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

 span { border-color: rgb(249,129,185); }

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