Shades of Deep Pink #F91492
Tints of Deep Pink #F91492
RGB
CMYK
RGB Variations
Color information
#F91492 (or 0xF91492) is known color: Deep Pink. HEX triplet: F9, 14 and 92. RGB value is (249,20,146). Sum of RGB (Red+Green+Blue) = 249+20+146=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F91492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91492 is #06EB6D. Grayscale: #666666. Windows color (decimal): -453486 or 9573625. OLE color: 9573625.
HSL color Cylindrical-coordinate representation of color #F91492: hue angle of 326.99º 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 #F91492 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 146 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.02 |
| HSL | 326.99º | 0.95% | 0.53% | - |
| HSV(B) | 326.99º | 0.92% | 0.98% | - |
| XYZ | 44.51 | 22.72 | 29.23 | - |
| YUV | 102.84 | 152.37 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 146 | 0 | 0.92 | 0.41 | 0.02 | 326.99 | 0.95 | 0.53 |
| Hex | F9 | 14 | 92 | 0 | 5C | 29 | 2 | 147 | 5F | 35 |
| Octal | 371 | 24 | 222 | 0 | 134 | 51 | 2 | 507 | 137 | 65 |
| Binary | 11111001 | 10100 | 10010010 | 0 | 1011100 | 101001 | 10 | 101000111 | 1011111 | 110101 |
Color Harmonies of #F91492
Complementary color
Monochromatic Colors of #F91492
Black with #F91492
Text Example
Text Example
White with #F91492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91492; }
p { color: rgb(249,20,146); }
H1.HeaderClassName
{
color: #F91492;
}
.AnyTagClassName
{
color: #F91492;
}
</style>
background-color css
<style>
a { background-color: #F91492; }
a { background-color: rgb(249,20,146); }
div.DivClassName
{
background-color: #F91492;
}
.BgClassName
{
background-color: #F91492;
}
</style>
border-color css
<style>
span { border-color: #F91492; }
span { border-color: rgb(249,20,146); }
td.TdClassName
{
border-color: #F91492;
}
.TagClassName
{
border-color: #F91492;
}
</style>