Shades of Deep Pink #F91184
Tints of Deep Pink #F91184
RGB
CMYK
RGB Variations
Color information
#F91184 (or 0xF91184) is known color: Deep Pink. HEX triplet: F9, 11 and 84. RGB value is (249,17,132). Sum of RGB (Red+Green+Blue) = 249+17+132=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F91184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91184 is #06EE7B. Grayscale: #636363. Windows color (decimal): -454268 or 8655353. OLE color: 8655353.
HSL color Cylindrical-coordinate representation of color #F91184: hue angle of 330.26º 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 #F91184 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 132 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.02 |
| HSL | 330.26º | 0.95% | 0.52% | - |
| HSV(B) | 330.26º | 0.93% | 0.98% | - |
| XYZ | 43.43 | 22.21 | 23.83 | - |
| YUV | 99.48 | 146.36 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 132 | 0 | 0.93 | 0.47 | 0.02 | 330.26 | 0.95 | 0.52 |
| Hex | F9 | 11 | 84 | 0 | 5D | 2F | 2 | 14A | 5F | 34 |
| Octal | 371 | 21 | 204 | 0 | 135 | 57 | 2 | 512 | 137 | 64 |
| Binary | 11111001 | 10001 | 10000100 | 0 | 1011101 | 101111 | 10 | 101001010 | 1011111 | 110100 |
Color Harmonies of #F91184
Complementary color
Monochromatic Colors of #F91184
Black with #F91184
Text Example
Text Example
White with #F91184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91184; }
p { color: rgb(249,17,132); }
H1.HeaderClassName
{
color: #F91184;
}
.AnyTagClassName
{
color: #F91184;
}
</style>
background-color css
<style>
a { background-color: #F91184; }
a { background-color: rgb(249,17,132); }
div.DivClassName
{
background-color: #F91184;
}
.BgClassName
{
background-color: #F91184;
}
</style>
border-color css
<style>
span { border-color: #F91184; }
span { border-color: rgb(249,17,132); }
td.TdClassName
{
border-color: #F91184;
}
.TagClassName
{
border-color: #F91184;
}
</style>