Shades of Deep Pink #F91195
Tints of Deep Pink #F91195
RGB
CMYK
RGB Variations
Color information
#F91195 (or 0xF91195) is known color: Deep Pink. HEX triplet: F9, 11 and 95. RGB value is (249,17,149). Sum of RGB (Red+Green+Blue) = 249+17+149=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F91195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91195 is #06EE6A. Grayscale: #656565. Windows color (decimal): -454251 or 9769465. OLE color: 9769465.
HSL color Cylindrical-coordinate representation of color #F91195: hue angle of 325.86º 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 #F91195 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 17 | 149 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.02 |
| HSL | 325.86º | 0.95% | 0.52% | - |
| HSV(B) | 325.86º | 0.93% | 0.98% | - |
| XYZ | 44.69 | 22.71 | 30.46 | - |
| YUV | 101.42 | 154.86 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 17 | 149 | 0 | 0.93 | 0.40 | 0.02 | 325.86 | 0.95 | 0.52 |
| Hex | F9 | 11 | 95 | 0 | 5D | 28 | 2 | 146 | 5F | 34 |
| Octal | 371 | 21 | 225 | 0 | 135 | 50 | 2 | 506 | 137 | 64 |
| Binary | 11111001 | 10001 | 10010101 | 0 | 1011101 | 101000 | 10 | 101000110 | 1011111 | 110100 |
Color Harmonies of #F91195
Complementary color
Monochromatic Colors of #F91195
Black with #F91195
Text Example
Text Example
White with #F91195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91195; }
p { color: rgb(249,17,149); }
H1.HeaderClassName
{
color: #F91195;
}
.AnyTagClassName
{
color: #F91195;
}
</style>
background-color css
<style>
a { background-color: #F91195; }
a { background-color: rgb(249,17,149); }
div.DivClassName
{
background-color: #F91195;
}
.BgClassName
{
background-color: #F91195;
}
</style>
border-color css
<style>
span { border-color: #F91195; }
span { border-color: rgb(249,17,149); }
td.TdClassName
{
border-color: #F91195;
}
.TagClassName
{
border-color: #F91195;
}
</style>