Shades of Deep Pink #FF1472
Tints of Deep Pink #FF1472
RGB
CMYK
RGB Variations
Color information
#FF1472 (or 0xFF1472) is known color: Deep Pink. HEX triplet: FF, 14 and 72. RGB value is (255,20,114). Sum of RGB (Red+Green+Blue) = 255+20+114=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1472 is #00EB8D. Grayscale: #646464. Windows color (decimal): -60302 or 7476479. OLE color: 7476479.
HSL color Cylindrical-coordinate representation of color #FF1472: hue angle of 336º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1472 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 114 | - |
| CMYK | 0 | 0.92 | 0.55 | 0 |
| HSL | 336º | 1% | 0.54% | - |
| HSV(B) | 336º | 0.92% | 1% | - |
| XYZ | 44.53 | 22.98 | 18.01 | - |
| YUV | 100.98 | 135.36 | 237.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 114 | 0 | 0.92 | 0.55 | 0 | 336 | 1 | 0.54 |
| Hex | FF | 14 | 72 | 0 | 5C | 37 | 0 | 150 | 64 | 36 |
| Octal | 377 | 24 | 162 | 0 | 134 | 67 | 0 | 520 | 144 | 66 |
| Binary | 11111111 | 10100 | 1110010 | 0 | 1011100 | 110111 | 0 | 101010000 | 1100100 | 110110 |
Color Harmonies of #FF1472
Complementary color
Monochromatic Colors of #FF1472
Black with #FF1472
Text Example
Text Example
White with #FF1472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1472; }
p { color: rgb(255,20,114); }
H1.HeaderClassName
{
color: #FF1472;
}
.AnyTagClassName
{
color: #FF1472;
}
</style>
background-color css
<style>
a { background-color: #FF1472; }
a { background-color: rgb(255,20,114); }
div.DivClassName
{
background-color: #FF1472;
}
.BgClassName
{
background-color: #FF1472;
}
</style>
border-color css
<style>
span { border-color: #FF1472; }
span { border-color: rgb(255,20,114); }
td.TdClassName
{
border-color: #FF1472;
}
.TagClassName
{
border-color: #FF1472;
}
</style>