Shades of Deep Pink #FF1872
Tints of Deep Pink #FF1872
RGB
CMYK
RGB Variations
Color information
#FF1872 (or 0xFF1872) is known color: Deep Pink. HEX triplet: FF, 18 and 72. RGB value is (255,24,114). Sum of RGB (Red+Green+Blue) = 255+24+114=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1872 is #00E78D. Grayscale: #676767. Windows color (decimal): -59278 or 7477503. OLE color: 7477503.
HSL color Cylindrical-coordinate representation of color #FF1872: hue angle of 336.62º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1872 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 114 | - |
| CMYK | 0 | 0.91 | 0.55 | 0 |
| HSL | 336.62º | 1% | 0.55% | - |
| HSV(B) | 336.62º | 0.91% | 1% | - |
| XYZ | 44.6 | 23.13 | 18.03 | - |
| YUV | 103.33 | 134.03 | 236.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 114 | 0 | 0.91 | 0.55 | 0 | 336.62 | 1 | 0.55 |
| Hex | FF | 18 | 72 | 0 | 5B | 37 | 0 | 151 | 64 | 37 |
| Octal | 377 | 30 | 162 | 0 | 133 | 67 | 0 | 521 | 144 | 67 |
| Binary | 11111111 | 11000 | 1110010 | 0 | 1011011 | 110111 | 0 | 101010001 | 1100100 | 110111 |
Color Harmonies of #FF1872
Complementary color
Monochromatic Colors of #FF1872
Black with #FF1872
Text Example
Text Example
White with #FF1872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1872; }
p { color: rgb(255,24,114); }
H1.HeaderClassName
{
color: #FF1872;
}
.AnyTagClassName
{
color: #FF1872;
}
</style>
background-color css
<style>
a { background-color: #FF1872; }
a { background-color: rgb(255,24,114); }
div.DivClassName
{
background-color: #FF1872;
}
.BgClassName
{
background-color: #FF1872;
}
</style>
border-color css
<style>
span { border-color: #FF1872; }
span { border-color: rgb(255,24,114); }
td.TdClassName
{
border-color: #FF1872;
}
.TagClassName
{
border-color: #FF1872;
}
</style>