Shades of Deep Pink #F91280
Tints of Deep Pink #F91280
RGB
CMYK
RGB Variations
Color information
#F91280 (or 0xF91280) is known color: Deep Pink. HEX triplet: F9, 12 and 80. RGB value is (249,18,128). Sum of RGB (Red+Green+Blue) = 249+18+128=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F91280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91280 is #06ED7F. Grayscale: #636363. Windows color (decimal): -454016 or 8393465. OLE color: 8393465.
HSL color Cylindrical-coordinate representation of color #F91280: hue angle of 331.43º 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 #F91280 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 128 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.02 |
| HSL | 331.43º | 0.95% | 0.52% | - |
| HSV(B) | 331.43º | 0.93% | 0.98% | - |
| XYZ | 43.18 | 22.13 | 22.42 | - |
| YUV | 99.61 | 144.03 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 128 | 0 | 0.93 | 0.49 | 0.02 | 331.43 | 0.95 | 0.52 |
| Hex | F9 | 12 | 80 | 0 | 5D | 31 | 2 | 14B | 5F | 34 |
| Octal | 371 | 22 | 200 | 0 | 135 | 61 | 2 | 513 | 137 | 64 |
| Binary | 11111001 | 10010 | 10000000 | 0 | 1011101 | 110001 | 10 | 101001011 | 1011111 | 110100 |
Color Harmonies of #F91280
Complementary color
Monochromatic Colors of #F91280
Black with #F91280
Text Example
Text Example
White with #F91280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91280; }
p { color: rgb(249,18,128); }
H1.HeaderClassName
{
color: #F91280;
}
.AnyTagClassName
{
color: #F91280;
}
</style>
background-color css
<style>
a { background-color: #F91280; }
a { background-color: rgb(249,18,128); }
div.DivClassName
{
background-color: #F91280;
}
.BgClassName
{
background-color: #F91280;
}
</style>
border-color css
<style>
span { border-color: #F91280; }
span { border-color: rgb(249,18,128); }
td.TdClassName
{
border-color: #F91280;
}
.TagClassName
{
border-color: #F91280;
}
</style>