Shades of Dark Pink #F24370
Tints of Dark Pink #F24370
RGB
CMYK
RGB Variations
Color information
#F24370 (or 0xF24370) is known color: Dark Pink. HEX triplet: F2, 43 and 70. RGB value is (242,67,112). Sum of RGB (Red+Green+Blue) = 242+67+112=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F24370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24370 is #0DBC8F. Grayscale: #7C7C7C. Windows color (decimal): -900240 or 7357426. OLE color: 7357426.
HSL color Cylindrical-coordinate representation of color #F24370: hue angle of 344.57º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F24370 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 112 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.05 |
| HSL | 344.57º | 0.87% | 0.61% | - |
| HSV(B) | 344.57º | 0.72% | 0.95% | - |
| XYZ | 41.55 | 24.06 | 17.78 | - |
| YUV | 124.46 | 120.98 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 112 | 0 | 0.72 | 0.54 | 0.05 | 344.57 | 0.87 | 0.61 |
| Hex | F2 | 43 | 70 | 0 | 48 | 36 | 5 | 159 | 57 | 3D |
| Octal | 362 | 103 | 160 | 0 | 110 | 66 | 5 | 531 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1110000 | 0 | 1001000 | 110110 | 101 | 101011001 | 1010111 | 111101 |
Color Harmonies of #F24370
Complementary color
Monochromatic Colors of #F24370
Black with #F24370
Text Example
Text Example
White with #F24370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24370; }
p { color: rgb(242,67,112); }
H1.HeaderClassName
{
color: #F24370;
}
.AnyTagClassName
{
color: #F24370;
}
</style>
background-color css
<style>
a { background-color: #F24370; }
a { background-color: rgb(242,67,112); }
div.DivClassName
{
background-color: #F24370;
}
.BgClassName
{
background-color: #F24370;
}
</style>
border-color css
<style>
span { border-color: #F24370; }
span { border-color: rgb(242,67,112); }
td.TdClassName
{
border-color: #F24370;
}
.TagClassName
{
border-color: #F24370;
}
</style>