Shades of Deep Pink #F91183
Tints of Deep Pink #F91183
RGB
CMYK
RGB Variations
Color information
#F91183 (or 0xF91183) is known color: Deep Pink. HEX triplet: F9, 11 and 83. RGB value is (249,17,131). Sum of RGB (Red+Green+Blue) = 249+17+131=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F91183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91183 is #06EE7C. Grayscale: #636363. Windows color (decimal): -454269 or 8589817. OLE color: 8589817.
HSL color Cylindrical-coordinate representation of color #F91183: hue angle of 330.52º 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 #F91183 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 131 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.02 |
| HSL | 330.52º | 0.95% | 0.52% | - |
| HSV(B) | 330.52º | 0.93% | 0.98% | - |
| XYZ | 43.36 | 22.18 | 23.47 | - |
| YUV | 99.36 | 145.86 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 131 | 0 | 0.93 | 0.47 | 0.02 | 330.52 | 0.95 | 0.52 |
| Hex | F9 | 11 | 83 | 0 | 5D | 2F | 2 | 14B | 5F | 34 |
| Octal | 371 | 21 | 203 | 0 | 135 | 57 | 2 | 513 | 137 | 64 |
| Binary | 11111001 | 10001 | 10000011 | 0 | 1011101 | 101111 | 10 | 101001011 | 1011111 | 110100 |
Color Harmonies of #F91183
Complementary color
Monochromatic Colors of #F91183
Black with #F91183
Text Example
Text Example
White with #F91183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91183; }
p { color: rgb(249,17,131); }
H1.HeaderClassName
{
color: #F91183;
}
.AnyTagClassName
{
color: #F91183;
}
</style>
background-color css
<style>
a { background-color: #F91183; }
a { background-color: rgb(249,17,131); }
div.DivClassName
{
background-color: #F91183;
}
.BgClassName
{
background-color: #F91183;
}
</style>
border-color css
<style>
span { border-color: #F91183; }
span { border-color: rgb(249,17,131); }
td.TdClassName
{
border-color: #F91183;
}
.TagClassName
{
border-color: #F91183;
}
</style>