#F984B4

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

Shades of Persian Pink #F984B4

Tints of Persian Pink #F984B4

Color information

#F984B4 (or 0xF984B4) is unknown color: approx Persian Pink. HEX triplet: F9, 84 and B4. RGB value is (249,132,180). Sum of RGB (Red+Green+Blue) = 249+132+180=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F984B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F984B4 is #067B4B. Grayscale: #ACACAC. Windows color (decimal): -424780 or 11830521. OLE color: 11830521.

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

Color convert

RGB249132180-
CMYK00.470.280.02
HSL335.38º90.7%74.71%-
HSV(B)335.38º46.99%97.65%-
XYZ55.5639.9447.96-
YUV172.46132.26182.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.39%
GREEN value IS 132 (51.95% from 255) = 23.53%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=44.39%
G=23.53%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913218000.470.280.02335.3890.774.71
HexF984B402F1C214f5b4b
Octal371204264057342517133113
Binary1111100110000100101101000101111111001010100111110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F984B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F984B4; }

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

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

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

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

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

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

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

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