Shades of Dark Pink #F24B7D
Tints of Dark Pink #F24B7D
RGB
CMYK
RGB Variations
Color information
#F24B7D (or 0xF24B7D) is known color: Dark Pink. HEX triplet: F2, 4B and 7D. RGB value is (242,75,125). Sum of RGB (Red+Green+Blue) = 242+75+125=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24B7D is #0DB482. Grayscale: #828282. Windows color (decimal): -898179 or 8211442. OLE color: 8211442.
HSL color Cylindrical-coordinate representation of color #F24B7D: hue angle of 342.04º degrees, saturation: 0.87, 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 #F24B7D is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 75 | 125 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.05 |
| HSL | 342.04º | 0.87% | 0.62% | - |
| HSV(B) | 342.04º | 0.69% | 0.95% | - |
| XYZ | 42.84 | 25.39 | 22.05 | - |
| YUV | 130.63 | 124.83 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 75 | 125 | 0 | 0.69 | 0.48 | 0.05 | 342.04 | 0.87 | 0.62 |
| Hex | F2 | 4B | 7D | 0 | 45 | 30 | 5 | 156 | 57 | 3E |
| Octal | 362 | 113 | 175 | 0 | 105 | 60 | 5 | 526 | 127 | 76 |
| Binary | 11110010 | 1001011 | 1111101 | 0 | 1000101 | 110000 | 101 | 101010110 | 1010111 | 111110 |
Color Harmonies of #F24B7D
Complementary color
Monochromatic Colors of #F24B7D
Black with #F24B7D
Text Example
Text Example
White with #F24B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24B7D; }
p { color: rgb(242,75,125); }
H1.HeaderClassName
{
color: #F24B7D;
}
.AnyTagClassName
{
color: #F24B7D;
}
</style>
background-color css
<style>
a { background-color: #F24B7D; }
a { background-color: rgb(242,75,125); }
div.DivClassName
{
background-color: #F24B7D;
}
.BgClassName
{
background-color: #F24B7D;
}
</style>
border-color css
<style>
span { border-color: #F24B7D; }
span { border-color: rgb(242,75,125); }
td.TdClassName
{
border-color: #F24B7D;
}
.TagClassName
{
border-color: #F24B7D;
}
</style>