Shades of Dark Pink #F2567B
Tints of Dark Pink #F2567B
RGB
CMYK
RGB Variations
Color information
#F2567B (or 0xF2567B) is known color: Dark Pink. HEX triplet: F2, 56 and 7B. RGB value is (242,86,123). Sum of RGB (Red+Green+Blue) = 242+86+123=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2567B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2567B is #0DA984. Grayscale: #888888. Windows color (decimal): -895365 or 8083186. OLE color: 8083186.
HSL color Cylindrical-coordinate representation of color #F2567B: hue angle of 345.77º 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 #F2567B is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 123 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.05 |
| HSL | 345.77º | 0.86% | 0.64% | - |
| HSV(B) | 345.77º | 0.64% | 0.95% | - |
| XYZ | 43.52 | 26.96 | 21.65 | - |
| YUV | 136.86 | 120.18 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 123 | 0 | 0.64 | 0.49 | 0.05 | 345.77 | 0.86 | 0.64 |
| Hex | F2 | 56 | 7B | 0 | 40 | 31 | 5 | 15A | 56 | 40 |
| Octal | 362 | 126 | 173 | 0 | 100 | 61 | 5 | 532 | 126 | 100 |
| Binary | 11110010 | 1010110 | 1111011 | 0 | 1000000 | 110001 | 101 | 101011010 | 1010110 | 1000000 |
Color Harmonies of #F2567B
Complementary color
Monochromatic Colors of #F2567B
Black with #F2567B
Text Example
Text Example
White with #F2567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2567B; }
p { color: rgb(242,86,123); }
H1.HeaderClassName
{
color: #F2567B;
}
.AnyTagClassName
{
color: #F2567B;
}
</style>
background-color css
<style>
a { background-color: #F2567B; }
a { background-color: rgb(242,86,123); }
div.DivClassName
{
background-color: #F2567B;
}
.BgClassName
{
background-color: #F2567B;
}
</style>
border-color css
<style>
span { border-color: #F2567B; }
span { border-color: rgb(242,86,123); }
td.TdClassName
{
border-color: #F2567B;
}
.TagClassName
{
border-color: #F2567B;
}
</style>