Shades of Deep Pink #FF1475
Tints of Deep Pink #FF1475
RGB
CMYK
RGB Variations
Color information
#FF1475 (or 0xFF1475) is known color: Deep Pink. HEX triplet: FF, 14 and 75. RGB value is (255,20,117). Sum of RGB (Red+Green+Blue) = 255+20+117=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1475 is #00EB8A. Grayscale: #656565. Windows color (decimal): -60299 or 7673087. OLE color: 7673087.
HSL color Cylindrical-coordinate representation of color #FF1475: hue angle of 335.23º 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 #FF1475 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 117 | - |
| CMYK | 0 | 0.92 | 0.54 | 0 |
| HSL | 335.23º | 1% | 0.54% | - |
| HSV(B) | 335.23º | 0.92% | 1% | - |
| XYZ | 44.7 | 23.04 | 18.92 | - |
| YUV | 101.32 | 136.86 | 237.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 117 | 0 | 0.92 | 0.54 | 0 | 335.23 | 1 | 0.54 |
| Hex | FF | 14 | 75 | 0 | 5C | 36 | 0 | 14F | 64 | 36 |
| Octal | 377 | 24 | 165 | 0 | 134 | 66 | 0 | 517 | 144 | 66 |
| Binary | 11111111 | 10100 | 1110101 | 0 | 1011100 | 110110 | 0 | 101001111 | 1100100 | 110110 |
Color Harmonies of #FF1475
Complementary color
Monochromatic Colors of #FF1475
Black with #FF1475
Text Example
Text Example
White with #FF1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1475; }
p { color: rgb(255,20,117); }
H1.HeaderClassName
{
color: #FF1475;
}
.AnyTagClassName
{
color: #FF1475;
}
</style>
background-color css
<style>
a { background-color: #FF1475; }
a { background-color: rgb(255,20,117); }
div.DivClassName
{
background-color: #FF1475;
}
.BgClassName
{
background-color: #FF1475;
}
</style>
border-color css
<style>
span { border-color: #FF1475; }
span { border-color: rgb(255,20,117); }
td.TdClassName
{
border-color: #FF1475;
}
.TagClassName
{
border-color: #FF1475;
}
</style>