Shades of Deep Pink #FF0575
Tints of Deep Pink #FF0575
RGB
CMYK
RGB Variations
Color information
#FF0575 (or 0xFF0575) is known color: Deep Pink. HEX triplet: FF, 05 and 75. RGB value is (255,5,117). Sum of RGB (Red+Green+Blue) = 255+5+117=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0575 is #00FA8A. Grayscale: #5C5C5C. Windows color (decimal): -64139 or 7669247. OLE color: 7669247.
HSL color Cylindrical-coordinate representation of color #FF0575: hue angle of 333.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0575 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 117 | - |
| CMYK | 0 | 0.98 | 0.54 | 0 |
| HSL | 333.12º | 1% | 0.51% | - |
| HSV(B) | 333.12º | 0.98% | 1% | - |
| XYZ | 44.51 | 22.65 | 18.86 | - |
| YUV | 92.52 | 141.83 | 243.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 117 | 0 | 0.98 | 0.54 | 0 | 333.12 | 1 | 0.51 |
| Hex | FF | 5 | 75 | 0 | 62 | 36 | 0 | 14D | 64 | 33 |
| Octal | 377 | 5 | 165 | 0 | 142 | 66 | 0 | 515 | 144 | 63 |
| Binary | 11111111 | 101 | 1110101 | 0 | 1100010 | 110110 | 0 | 101001101 | 1100100 | 110011 |
Color Harmonies of #FF0575
Complementary color
Monochromatic Colors of #FF0575
Black with #FF0575
Text Example
Text Example
White with #FF0575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0575; }
p { color: rgb(255,5,117); }
H1.HeaderClassName
{
color: #FF0575;
}
.AnyTagClassName
{
color: #FF0575;
}
</style>
background-color css
<style>
a { background-color: #FF0575; }
a { background-color: rgb(255,5,117); }
div.DivClassName
{
background-color: #FF0575;
}
.BgClassName
{
background-color: #FF0575;
}
</style>
border-color css
<style>
span { border-color: #FF0575; }
span { border-color: rgb(255,5,117); }
td.TdClassName
{
border-color: #FF0575;
}
.TagClassName
{
border-color: #FF0575;
}
</style>