Shades of Deep Pink #FF1575
Tints of Deep Pink #FF1575
RGB
CMYK
RGB Variations
Color information
#FF1575 (or 0xFF1575) is known color: Deep Pink. HEX triplet: FF, 15 and 75. RGB value is (255,21,117). Sum of RGB (Red+Green+Blue) = 255+21+117=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1575 is #00EA8A. Grayscale: #656565. Windows color (decimal): -60043 or 7673343. OLE color: 7673343.
HSL color Cylindrical-coordinate representation of color #FF1575: hue angle of 335.38º 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 #FF1575 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 117 | - |
| CMYK | 0 | 0.92 | 0.54 | 0 |
| HSL | 335.38º | 1% | 0.54% | - |
| HSV(B) | 335.38º | 0.92% | 1% | - |
| XYZ | 44.72 | 23.08 | 18.93 | - |
| YUV | 101.91 | 136.52 | 237.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 117 | 0 | 0.92 | 0.54 | 0 | 335.38 | 1 | 0.54 |
| Hex | FF | 15 | 75 | 0 | 5C | 36 | 0 | 14F | 64 | 36 |
| Octal | 377 | 25 | 165 | 0 | 134 | 66 | 0 | 517 | 144 | 66 |
| Binary | 11111111 | 10101 | 1110101 | 0 | 1011100 | 110110 | 0 | 101001111 | 1100100 | 110110 |
Color Harmonies of #FF1575
Complementary color
Monochromatic Colors of #FF1575
Black with #FF1575
Text Example
Text Example
White with #FF1575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1575; }
p { color: rgb(255,21,117); }
H1.HeaderClassName
{
color: #FF1575;
}
.AnyTagClassName
{
color: #FF1575;
}
</style>
background-color css
<style>
a { background-color: #FF1575; }
a { background-color: rgb(255,21,117); }
div.DivClassName
{
background-color: #FF1575;
}
.BgClassName
{
background-color: #FF1575;
}
</style>
border-color css
<style>
span { border-color: #FF1575; }
span { border-color: rgb(255,21,117); }
td.TdClassName
{
border-color: #FF1575;
}
.TagClassName
{
border-color: #FF1575;
}
</style>