Shades of Dark Pink #F0567F
Tints of Dark Pink #F0567F
RGB
CMYK
RGB Variations
Color information
#F0567F (or 0xF0567F) is known color: Dark Pink. HEX triplet: F0, 56 and 7F. RGB value is (240,86,127). Sum of RGB (Red+Green+Blue) = 240+86+127=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0567F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0567F is #0FA980. Grayscale: #888888. Windows color (decimal): -1026433 or 8345328. OLE color: 8345328.
HSL color Cylindrical-coordinate representation of color #F0567F: hue angle of 344.03º 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 #F0567F is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 127 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.06 |
| HSL | 344.03º | 0.84% | 0.64% | - |
| HSV(B) | 344.03º | 0.64% | 0.94% | - |
| XYZ | 43.09 | 26.71 | 22.96 | - |
| YUV | 136.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 127 | 0 | 0.64 | 0.47 | 0.06 | 344.03 | 0.84 | 0.64 |
| Hex | F0 | 56 | 7F | 0 | 40 | 2F | 6 | 158 | 54 | 40 |
| Octal | 360 | 126 | 177 | 0 | 100 | 57 | 6 | 530 | 124 | 100 |
| Binary | 11110000 | 1010110 | 1111111 | 0 | 1000000 | 101111 | 110 | 101011000 | 1010100 | 1000000 |
Color Harmonies of #F0567F
Complementary color
Monochromatic Colors of #F0567F
Black with #F0567F
Text Example
Text Example
White with #F0567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0567F; }
p { color: rgb(240,86,127); }
H1.HeaderClassName
{
color: #F0567F;
}
.AnyTagClassName
{
color: #F0567F;
}
</style>
background-color css
<style>
a { background-color: #F0567F; }
a { background-color: rgb(240,86,127); }
div.DivClassName
{
background-color: #F0567F;
}
.BgClassName
{
background-color: #F0567F;
}
</style>
border-color css
<style>
span { border-color: #F0567F; }
span { border-color: rgb(240,86,127); }
td.TdClassName
{
border-color: #F0567F;
}
.TagClassName
{
border-color: #F0567F;
}
</style>