Shades of Deep Pink #F01792
Tints of Deep Pink #F01792
RGB
CMYK
RGB Variations
Color information
#F01792 (or 0xF01792) is known color: Deep Pink. HEX triplet: F0, 17 and 92. RGB value is (240,23,146). Sum of RGB (Red+Green+Blue) = 240+23+146=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F01792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01792 is #0FE86D. Grayscale: #656565. Windows color (decimal): -1042542 or 9574384. OLE color: 9574384.
HSL color Cylindrical-coordinate representation of color #F01792: hue angle of 325.99º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01792 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 146 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.06 |
| HSL | 325.99º | 0.88% | 0.52% | - |
| HSV(B) | 325.99º | 0.9% | 0.94% | - |
| XYZ | 41.43 | 21.21 | 29.11 | - |
| YUV | 101.91 | 152.89 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 146 | 0 | 0.90 | 0.39 | 0.06 | 325.99 | 0.88 | 0.52 |
| Hex | F0 | 17 | 92 | 0 | 5A | 27 | 6 | 146 | 58 | 34 |
| Octal | 360 | 27 | 222 | 0 | 132 | 47 | 6 | 506 | 130 | 64 |
| Binary | 11110000 | 10111 | 10010010 | 0 | 1011010 | 100111 | 110 | 101000110 | 1011000 | 110100 |
Color Harmonies of #F01792
Complementary color
Monochromatic Colors of #F01792
Black with #F01792
Text Example
Text Example
White with #F01792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01792; }
p { color: rgb(240,23,146); }
H1.HeaderClassName
{
color: #F01792;
}
.AnyTagClassName
{
color: #F01792;
}
</style>
background-color css
<style>
a { background-color: #F01792; }
a { background-color: rgb(240,23,146); }
div.DivClassName
{
background-color: #F01792;
}
.BgClassName
{
background-color: #F01792;
}
</style>
border-color css
<style>
span { border-color: #F01792; }
span { border-color: rgb(240,23,146); }
td.TdClassName
{
border-color: #F01792;
}
.TagClassName
{
border-color: #F01792;
}
</style>