Shades of Dark Pink #F24F7D
Tints of Dark Pink #F24F7D
RGB
CMYK
RGB Variations
Color information
#F24F7D (or 0xF24F7D) is known color: Dark Pink. HEX triplet: F2, 4F and 7D. RGB value is (242,79,125). Sum of RGB (Red+Green+Blue) = 242+79+125=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F7D is #0DB082. Grayscale: #848484. Windows color (decimal): -897155 or 8212466. OLE color: 8212466.
HSL color Cylindrical-coordinate representation of color #F24F7D: hue angle of 343.07º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F24F7D is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 79 | 125 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.05 |
| HSL | 343.07º | 0.86% | 0.63% | - |
| HSV(B) | 343.07º | 0.67% | 0.95% | - |
| XYZ | 43.12 | 25.95 | 22.14 | - |
| YUV | 132.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 79 | 125 | 0 | 0.67 | 0.48 | 0.05 | 343.07 | 0.86 | 0.63 |
| Hex | F2 | 4F | 7D | 0 | 43 | 30 | 5 | 157 | 56 | 3F |
| Octal | 362 | 117 | 175 | 0 | 103 | 60 | 5 | 527 | 126 | 77 |
| Binary | 11110010 | 1001111 | 1111101 | 0 | 1000011 | 110000 | 101 | 101010111 | 1010110 | 111111 |
Color Harmonies of #F24F7D
Complementary color
Monochromatic Colors of #F24F7D
Black with #F24F7D
Text Example
Text Example
White with #F24F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24F7D; }
p { color: rgb(242,79,125); }
H1.HeaderClassName
{
color: #F24F7D;
}
.AnyTagClassName
{
color: #F24F7D;
}
</style>
background-color css
<style>
a { background-color: #F24F7D; }
a { background-color: rgb(242,79,125); }
div.DivClassName
{
background-color: #F24F7D;
}
.BgClassName
{
background-color: #F24F7D;
}
</style>
border-color css
<style>
span { border-color: #F24F7D; }
span { border-color: rgb(242,79,125); }
td.TdClassName
{
border-color: #F24F7D;
}
.TagClassName
{
border-color: #F24F7D;
}
</style>