Shades of Dark Pink #F24371
Tints of Dark Pink #F24371
RGB
CMYK
RGB Variations
Color information
#F24371 (or 0xF24371) is known color: Dark Pink. HEX triplet: F2, 43 and 71. RGB value is (242,67,113). Sum of RGB (Red+Green+Blue) = 242+67+113=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F24371 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24371 is #0DBC8E. Grayscale: #7C7C7C. Windows color (decimal): -900239 or 7422962. OLE color: 7422962.
HSL color Cylindrical-coordinate representation of color #F24371: hue angle of 344.23º 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 #F24371 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 113 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.05 |
| HSL | 344.23º | 0.87% | 0.61% | - |
| HSV(B) | 344.23º | 0.72% | 0.95% | - |
| XYZ | 41.61 | 24.08 | 18.08 | - |
| YUV | 124.57 | 121.48 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 113 | 0 | 0.72 | 0.53 | 0.05 | 344.23 | 0.87 | 0.61 |
| Hex | F2 | 43 | 71 | 0 | 48 | 35 | 5 | 158 | 57 | 3D |
| Octal | 362 | 103 | 161 | 0 | 110 | 65 | 5 | 530 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1110001 | 0 | 1001000 | 110101 | 101 | 101011000 | 1010111 | 111101 |
Color Harmonies of #F24371
Complementary color
Monochromatic Colors of #F24371
Black with #F24371
Text Example
Text Example
White with #F24371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24371; }
p { color: rgb(242,67,113); }
H1.HeaderClassName
{
color: #F24371;
}
.AnyTagClassName
{
color: #F24371;
}
</style>
background-color css
<style>
a { background-color: #F24371; }
a { background-color: rgb(242,67,113); }
div.DivClassName
{
background-color: #F24371;
}
.BgClassName
{
background-color: #F24371;
}
</style>
border-color css
<style>
span { border-color: #F24371; }
span { border-color: rgb(242,67,113); }
td.TdClassName
{
border-color: #F24371;
}
.TagClassName
{
border-color: #F24371;
}
</style>