Shades of Dark Pink #F0577F
Tints of Dark Pink #F0577F
RGB
CMYK
RGB Variations
Color information
#F0577F (or 0xF0577F) is known color: Dark Pink. HEX triplet: F0, 57 and 7F. RGB value is (240,87,127). Sum of RGB (Red+Green+Blue) = 240+87+127=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0577F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0577F is #0FA880. Grayscale: #898989. Windows color (decimal): -1026177 or 8345584. OLE color: 8345584.
HSL color Cylindrical-coordinate representation of color #F0577F: hue angle of 344.31º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0577F is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 127 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.06 |
| HSL | 344.31º | 0.84% | 0.64% | - |
| HSV(B) | 344.31º | 0.64% | 0.94% | - |
| XYZ | 43.17 | 26.87 | 22.99 | - |
| YUV | 137.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 127 | 0 | 0.64 | 0.47 | 0.06 | 344.31 | 0.84 | 0.64 |
| Hex | F0 | 57 | 7F | 0 | 40 | 2F | 6 | 158 | 54 | 40 |
| Octal | 360 | 127 | 177 | 0 | 100 | 57 | 6 | 530 | 124 | 100 |
| Binary | 11110000 | 1010111 | 1111111 | 0 | 1000000 | 101111 | 110 | 101011000 | 1010100 | 1000000 |
Color Harmonies of #F0577F
Complementary color
Monochromatic Colors of #F0577F
Black with #F0577F
Text Example
Text Example
White with #F0577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0577F; }
p { color: rgb(240,87,127); }
H1.HeaderClassName
{
color: #F0577F;
}
.AnyTagClassName
{
color: #F0577F;
}
</style>
background-color css
<style>
a { background-color: #F0577F; }
a { background-color: rgb(240,87,127); }
div.DivClassName
{
background-color: #F0577F;
}
.BgClassName
{
background-color: #F0577F;
}
</style>
border-color css
<style>
span { border-color: #F0577F; }
span { border-color: rgb(240,87,127); }
td.TdClassName
{
border-color: #F0577F;
}
.TagClassName
{
border-color: #F0577F;
}
</style>