Shades of Deep Pink #FF0574
Tints of Deep Pink #FF0574
RGB
CMYK
RGB Variations
Color information
#FF0574 (or 0xFF0574) is known color: Deep Pink. HEX triplet: FF, 05 and 74. RGB value is (255,5,116). Sum of RGB (Red+Green+Blue) = 255+5+116=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0574 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0574 is #00FA8B. Grayscale: #5C5C5C. Windows color (decimal): -64140 or 7603711. OLE color: 7603711.
HSL color Cylindrical-coordinate representation of color #FF0574: hue angle of 333.36º 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 #FF0574 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 116 | - |
| CMYK | 0 | 0.98 | 0.55 | 0 |
| HSL | 333.36º | 1% | 0.51% | - |
| HSV(B) | 333.36º | 0.98% | 1% | - |
| XYZ | 44.45 | 22.63 | 18.55 | - |
| YUV | 92.4 | 141.33 | 243.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 116 | 0 | 0.98 | 0.55 | 0 | 333.36 | 1 | 0.51 |
| Hex | FF | 5 | 74 | 0 | 62 | 37 | 0 | 14D | 64 | 33 |
| Octal | 377 | 5 | 164 | 0 | 142 | 67 | 0 | 515 | 144 | 63 |
| Binary | 11111111 | 101 | 1110100 | 0 | 1100010 | 110111 | 0 | 101001101 | 1100100 | 110011 |
Color Harmonies of #FF0574
Complementary color
Monochromatic Colors of #FF0574
Black with #FF0574
Text Example
Text Example
White with #FF0574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0574; }
p { color: rgb(255,5,116); }
H1.HeaderClassName
{
color: #FF0574;
}
.AnyTagClassName
{
color: #FF0574;
}
</style>
background-color css
<style>
a { background-color: #FF0574; }
a { background-color: rgb(255,5,116); }
div.DivClassName
{
background-color: #FF0574;
}
.BgClassName
{
background-color: #FF0574;
}
</style>
border-color css
<style>
span { border-color: #FF0574; }
span { border-color: rgb(255,5,116); }
td.TdClassName
{
border-color: #FF0574;
}
.TagClassName
{
border-color: #FF0574;
}
</style>