Shades of Dark Pink #F2567D
Tints of Dark Pink #F2567D
RGB
CMYK
RGB Variations
Color information
#F2567D (or 0xF2567D) is known color: Dark Pink. HEX triplet: F2, 56 and 7D. RGB value is (242,86,125). Sum of RGB (Red+Green+Blue) = 242+86+125=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2567D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2567D is #0DA982. Grayscale: #898989. Windows color (decimal): -895363 or 8214258. OLE color: 8214258.
HSL color Cylindrical-coordinate representation of color #F2567D: hue angle of 345º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2567D is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 125 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.05 |
| HSL | 345º | 0.86% | 0.64% | - |
| HSV(B) | 345º | 0.64% | 0.95% | - |
| XYZ | 43.65 | 27.01 | 22.32 | - |
| YUV | 137.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 125 | 0 | 0.64 | 0.48 | 0.05 | 345 | 0.86 | 0.64 |
| Hex | F2 | 56 | 7D | 0 | 40 | 30 | 5 | 159 | 56 | 40 |
| Octal | 362 | 126 | 175 | 0 | 100 | 60 | 5 | 531 | 126 | 100 |
| Binary | 11110010 | 1010110 | 1111101 | 0 | 1000000 | 110000 | 101 | 101011001 | 1010110 | 1000000 |
Color Harmonies of #F2567D
Complementary color
Monochromatic Colors of #F2567D
Black with #F2567D
Text Example
Text Example
White with #F2567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2567D; }
p { color: rgb(242,86,125); }
H1.HeaderClassName
{
color: #F2567D;
}
.AnyTagClassName
{
color: #F2567D;
}
</style>
background-color css
<style>
a { background-color: #F2567D; }
a { background-color: rgb(242,86,125); }
div.DivClassName
{
background-color: #F2567D;
}
.BgClassName
{
background-color: #F2567D;
}
</style>
border-color css
<style>
span { border-color: #F2567D; }
span { border-color: rgb(242,86,125); }
td.TdClassName
{
border-color: #F2567D;
}
.TagClassName
{
border-color: #F2567D;
}
</style>