Shades of Deep Pink #F91595
Tints of Deep Pink #F91595
RGB
CMYK
RGB Variations
Color information
#F91595 (or 0xF91595) is known color: Deep Pink. HEX triplet: F9, 15 and 95. RGB value is (249,21,149). Sum of RGB (Red+Green+Blue) = 249+21+149=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F91595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91595 is #06EA6A. Grayscale: #676767. Windows color (decimal): -453227 or 9770489. OLE color: 9770489.
HSL color Cylindrical-coordinate representation of color #F91595: hue angle of 326.32º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91595 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 149 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.02 |
| HSL | 326.32º | 0.95% | 0.53% | - |
| HSV(B) | 326.32º | 0.92% | 0.98% | - |
| XYZ | 44.76 | 22.85 | 30.48 | - |
| YUV | 103.76 | 153.54 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 149 | 0 | 0.92 | 0.40 | 0.02 | 326.32 | 0.95 | 0.53 |
| Hex | F9 | 15 | 95 | 0 | 5C | 28 | 2 | 146 | 5F | 35 |
| Octal | 371 | 25 | 225 | 0 | 134 | 50 | 2 | 506 | 137 | 65 |
| Binary | 11111001 | 10101 | 10010101 | 0 | 1011100 | 101000 | 10 | 101000110 | 1011111 | 110101 |
Color Harmonies of #F91595
Complementary color
Monochromatic Colors of #F91595
Black with #F91595
Text Example
Text Example
White with #F91595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91595; }
p { color: rgb(249,21,149); }
H1.HeaderClassName
{
color: #F91595;
}
.AnyTagClassName
{
color: #F91595;
}
</style>
background-color css
<style>
a { background-color: #F91595; }
a { background-color: rgb(249,21,149); }
div.DivClassName
{
background-color: #F91595;
}
.BgClassName
{
background-color: #F91595;
}
</style>
border-color css
<style>
span { border-color: #F91595; }
span { border-color: rgb(249,21,149); }
td.TdClassName
{
border-color: #F91595;
}
.TagClassName
{
border-color: #F91595;
}
</style>