Shades of Dark Pink #F24C7B
Tints of Dark Pink #F24C7B
RGB
CMYK
RGB Variations
Color information
#F24C7B (or 0xF24C7B) is known color: Dark Pink. HEX triplet: F2, 4C and 7B. RGB value is (242,76,123). Sum of RGB (Red+Green+Blue) = 242+76+123=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C7B is #0DB384. Grayscale: #828282. Windows color (decimal): -897925 or 8080626. OLE color: 8080626.
HSL color Cylindrical-coordinate representation of color #F24C7B: hue angle of 343.01º 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 #F24C7B is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 123 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.05 |
| HSL | 343.01º | 0.86% | 0.62% | - |
| HSV(B) | 343.01º | 0.69% | 0.95% | - |
| XYZ | 42.78 | 25.48 | 21.4 | - |
| YUV | 130.99 | 123.5 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 123 | 0 | 0.69 | 0.49 | 0.05 | 343.01 | 0.86 | 0.62 |
| Hex | F2 | 4C | 7B | 0 | 45 | 31 | 5 | 157 | 56 | 3E |
| Octal | 362 | 114 | 173 | 0 | 105 | 61 | 5 | 527 | 126 | 76 |
| Binary | 11110010 | 1001100 | 1111011 | 0 | 1000101 | 110001 | 101 | 101010111 | 1010110 | 111110 |
Color Harmonies of #F24C7B
Complementary color
Monochromatic Colors of #F24C7B
Black with #F24C7B
Text Example
Text Example
White with #F24C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24C7B; }
p { color: rgb(242,76,123); }
H1.HeaderClassName
{
color: #F24C7B;
}
.AnyTagClassName
{
color: #F24C7B;
}
</style>
background-color css
<style>
a { background-color: #F24C7B; }
a { background-color: rgb(242,76,123); }
div.DivClassName
{
background-color: #F24C7B;
}
.BgClassName
{
background-color: #F24C7B;
}
</style>
border-color css
<style>
span { border-color: #F24C7B; }
span { border-color: rgb(242,76,123); }
td.TdClassName
{
border-color: #F24C7B;
}
.TagClassName
{
border-color: #F24C7B;
}
</style>