Shades of Deep Pink #F91A8C
Tints of Deep Pink #F91A8C
RGB
CMYK
RGB Variations
Color information
#F91A8C (or 0xF91A8C) is known color: Deep Pink. HEX triplet: F9, 1A and 8C. RGB value is (249,26,140). Sum of RGB (Red+Green+Blue) = 249+26+140=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91A8C is #06E573. Grayscale: #696969. Windows color (decimal): -451956 or 9181945. OLE color: 9181945.
HSL color Cylindrical-coordinate representation of color #F91A8C: hue angle of 329.33º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91A8C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 140 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.02 |
| HSL | 329.33º | 0.95% | 0.54% | - |
| HSV(B) | 329.33º | 0.9% | 0.98% | - |
| XYZ | 44.17 | 22.77 | 26.88 | - |
| YUV | 105.67 | 147.38 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 140 | 0 | 0.90 | 0.44 | 0.02 | 329.33 | 0.95 | 0.54 |
| Hex | F9 | 1A | 8C | 0 | 5A | 2C | 2 | 149 | 5F | 36 |
| Octal | 371 | 32 | 214 | 0 | 132 | 54 | 2 | 511 | 137 | 66 |
| Binary | 11111001 | 11010 | 10001100 | 0 | 1011010 | 101100 | 10 | 101001001 | 1011111 | 110110 |
Color Harmonies of #F91A8C
Complementary color
Monochromatic Colors of #F91A8C
Black with #F91A8C
Text Example
Text Example
White with #F91A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A8C; }
p { color: rgb(249,26,140); }
H1.HeaderClassName
{
color: #F91A8C;
}
.AnyTagClassName
{
color: #F91A8C;
}
</style>
background-color css
<style>
a { background-color: #F91A8C; }
a { background-color: rgb(249,26,140); }
div.DivClassName
{
background-color: #F91A8C;
}
.BgClassName
{
background-color: #F91A8C;
}
</style>
border-color css
<style>
span { border-color: #F91A8C; }
span { border-color: rgb(249,26,140); }
td.TdClassName
{
border-color: #F91A8C;
}
.TagClassName
{
border-color: #F91A8C;
}
</style>