Shades of Dark Pink #F24C7E
Tints of Dark Pink #F24C7E
RGB
CMYK
RGB Variations
Color information
#F24C7E (or 0xF24C7E) is known color: Dark Pink. HEX triplet: F2, 4C and 7E. RGB value is (242,76,126). Sum of RGB (Red+Green+Blue) = 242+76+126=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C7E is #0DB381. Grayscale: #838383. Windows color (decimal): -897922 or 8277234. OLE color: 8277234.
HSL color Cylindrical-coordinate representation of color #F24C7E: hue angle of 341.93º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24C7E is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 126 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.05 |
| HSL | 341.93º | 0.86% | 0.62% | - |
| HSV(B) | 341.93º | 0.69% | 0.95% | - |
| XYZ | 42.97 | 25.55 | 22.41 | - |
| YUV | 131.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 126 | 0 | 0.69 | 0.48 | 0.05 | 341.93 | 0.86 | 0.62 |
| Hex | F2 | 4C | 7E | 0 | 45 | 30 | 5 | 156 | 56 | 3E |
| Octal | 362 | 114 | 176 | 0 | 105 | 60 | 5 | 526 | 126 | 76 |
| Binary | 11110010 | 1001100 | 1111110 | 0 | 1000101 | 110000 | 101 | 101010110 | 1010110 | 111110 |
Color Harmonies of #F24C7E
Complementary color
Monochromatic Colors of #F24C7E
Black with #F24C7E
Text Example
Text Example
White with #F24C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24C7E; }
p { color: rgb(242,76,126); }
H1.HeaderClassName
{
color: #F24C7E;
}
.AnyTagClassName
{
color: #F24C7E;
}
</style>
background-color css
<style>
a { background-color: #F24C7E; }
a { background-color: rgb(242,76,126); }
div.DivClassName
{
background-color: #F24C7E;
}
.BgClassName
{
background-color: #F24C7E;
}
</style>
border-color css
<style>
span { border-color: #F24C7E; }
span { border-color: rgb(242,76,126); }
td.TdClassName
{
border-color: #F24C7E;
}
.TagClassName
{
border-color: #F24C7E;
}
</style>