Shades of Dark Pink #F0567D
Tints of Dark Pink #F0567D
RGB
CMYK
RGB Variations
Color information
#F0567D (or 0xF0567D) is known color: Dark Pink. HEX triplet: F0, 56 and 7D. RGB value is (240,86,125). Sum of RGB (Red+Green+Blue) = 240+86+125=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0567D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0567D is #0FA982. Grayscale: #888888. Windows color (decimal): -1026435 or 8214256. OLE color: 8214256.
HSL color Cylindrical-coordinate representation of color #F0567D: hue angle of 344.81º 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 #F0567D is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 125 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.06 |
| HSL | 344.81º | 0.84% | 0.64% | - |
| HSV(B) | 344.81º | 0.64% | 0.94% | - |
| XYZ | 42.96 | 26.66 | 22.28 | - |
| YUV | 136.49 | 121.52 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 125 | 0 | 0.64 | 0.48 | 0.06 | 344.81 | 0.84 | 0.64 |
| Hex | F0 | 56 | 7D | 0 | 40 | 30 | 6 | 159 | 54 | 40 |
| Octal | 360 | 126 | 175 | 0 | 100 | 60 | 6 | 531 | 124 | 100 |
| Binary | 11110000 | 1010110 | 1111101 | 0 | 1000000 | 110000 | 110 | 101011001 | 1010100 | 1000000 |
Color Harmonies of #F0567D
Complementary color
Monochromatic Colors of #F0567D
Black with #F0567D
Text Example
Text Example
White with #F0567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0567D; }
p { color: rgb(240,86,125); }
H1.HeaderClassName
{
color: #F0567D;
}
.AnyTagClassName
{
color: #F0567D;
}
</style>
background-color css
<style>
a { background-color: #F0567D; }
a { background-color: rgb(240,86,125); }
div.DivClassName
{
background-color: #F0567D;
}
.BgClassName
{
background-color: #F0567D;
}
</style>
border-color css
<style>
span { border-color: #F0567D; }
span { border-color: rgb(240,86,125); }
td.TdClassName
{
border-color: #F0567D;
}
.TagClassName
{
border-color: #F0567D;
}
</style>