Shades of Dark Pink #F24E7B
Tints of Dark Pink #F24E7B
RGB
CMYK
RGB Variations
Color information
#F24E7B (or 0xF24E7B) is known color: Dark Pink. HEX triplet: F2, 4E and 7B. RGB value is (242,78,123). Sum of RGB (Red+Green+Blue) = 242+78+123=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24E7B is #0DB184. Grayscale: #848484. Windows color (decimal): -897413 or 8081138. OLE color: 8081138.
HSL color Cylindrical-coordinate representation of color #F24E7B: hue angle of 343.54º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24E7B is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 78 | 123 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.05 |
| HSL | 343.54º | 0.86% | 0.63% | - |
| HSV(B) | 343.54º | 0.68% | 0.95% | - |
| XYZ | 42.92 | 25.76 | 21.45 | - |
| YUV | 132.17 | 122.83 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 78 | 123 | 0 | 0.68 | 0.49 | 0.05 | 343.54 | 0.86 | 0.63 |
| Hex | F2 | 4E | 7B | 0 | 44 | 31 | 5 | 158 | 56 | 3F |
| Octal | 362 | 116 | 173 | 0 | 104 | 61 | 5 | 530 | 126 | 77 |
| Binary | 11110010 | 1001110 | 1111011 | 0 | 1000100 | 110001 | 101 | 101011000 | 1010110 | 111111 |
Color Harmonies of #F24E7B
Complementary color
Monochromatic Colors of #F24E7B
Black with #F24E7B
Text Example
Text Example
White with #F24E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24E7B; }
p { color: rgb(242,78,123); }
H1.HeaderClassName
{
color: #F24E7B;
}
.AnyTagClassName
{
color: #F24E7B;
}
</style>
background-color css
<style>
a { background-color: #F24E7B; }
a { background-color: rgb(242,78,123); }
div.DivClassName
{
background-color: #F24E7B;
}
.BgClassName
{
background-color: #F24E7B;
}
</style>
border-color css
<style>
span { border-color: #F24E7B; }
span { border-color: rgb(242,78,123); }
td.TdClassName
{
border-color: #F24E7B;
}
.TagClassName
{
border-color: #F24E7B;
}
</style>