#F981B5

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

Shades of Persian Pink #F981B5

Tints of Persian Pink #F981B5

Color information

#F981B5 (or 0xF981B5) is unknown color: approx Persian Pink. HEX triplet: F9, 81 and B5. RGB value is (249,129,181). Sum of RGB (Red+Green+Blue) = 249+129+181=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F981B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981B5 is #067E4A. Grayscale: #AAAAAA. Windows color (decimal): -425547 or 11895289. OLE color: 11895289.

HSL color Cylindrical-coordinate representation of color #F981B5: hue angle of 334º 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 #F981B5 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB249129181-
CMYK00.480.270.02
HSL334º90.91%74.12%-
HSV(B)334º48.19%97.65%-
XYZ55.2639.1848.37-
YUV170.81133.76183.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.54%
GREEN value IS 129 (50.78% from 255) = 23.08%
BLUE value IS 181 (71.09% from 255) = 32.38%
R=44.54%
G=23.08%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912918100.480.270.0233490.9174.12
HexF981B50301B214e5b4a
Octal371201265060332516133112
Binary1111100110000001101101010110000110111010100111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F981B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F981B5; }

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

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

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

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

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

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

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

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