#F91288

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

Shades of Deep Pink #F91288

Tints of Deep Pink #F91288

Color information

#F91288 (or 0xF91288) is unknown color: approx Deep Pink. HEX triplet: F9, 12 and 88. RGB value is (249,18,136). Sum of RGB (Red+Green+Blue) = 249+18+136=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F91288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91288 is #06ED77. Grayscale: #646464. Windows color (decimal): -454008 or 8917753. OLE color: 8917753.

HSL color Cylindrical-coordinate representation of color #F91288: hue angle of 329.35º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91288 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB24918136-
CMYK00.930.450.02
HSL329.35º95.06%52.35%-
HSV(B)329.35º92.77%97.65%-
XYZ43.7322.3525.3-
YUV100.52148.03233.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.79%
GREEN value IS 18 (7.42% from 255) = 4.47%
BLUE value IS 136 (53.52% from 255) = 33.75%
R=61.79%
G=4.47%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491813600.930.450.02329.3595.0652.35
HexF9128805D2D21495f34
Octal37122210013555251113764
Binary11111001100101000100001011101101101101010010011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91288; }

 p { color: rgb(249,18,136); }

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

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

 a { background-color: rgb(249,18,136); }

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

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

 span { border-color: rgb(249,18,136); }

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