Shades of Dark Pink #F24375
Tints of Dark Pink #F24375
RGB
CMYK
RGB Variations
Color information
#F24375 (or 0xF24375) is known color: Dark Pink. HEX triplet: F2, 43 and 75. RGB value is (242,67,117). Sum of RGB (Red+Green+Blue) = 242+67+117=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F24375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24375 is #0DBC8A. Grayscale: #7D7D7D. Windows color (decimal): -900235 or 7685106. OLE color: 7685106.
HSL color Cylindrical-coordinate representation of color #F24375: hue angle of 342.86º 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 #F24375 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 117 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.05 |
| HSL | 342.86º | 0.87% | 0.61% | - |
| HSV(B) | 342.86º | 0.72% | 0.95% | - |
| XYZ | 41.84 | 24.18 | 19.29 | - |
| YUV | 125.03 | 123.48 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 117 | 0 | 0.72 | 0.52 | 0.05 | 342.86 | 0.87 | 0.61 |
| Hex | F2 | 43 | 75 | 0 | 48 | 34 | 5 | 157 | 57 | 3D |
| Octal | 362 | 103 | 165 | 0 | 110 | 64 | 5 | 527 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1110101 | 0 | 1001000 | 110100 | 101 | 101010111 | 1010111 | 111101 |
Color Harmonies of #F24375
Complementary color
Monochromatic Colors of #F24375
Black with #F24375
Text Example
Text Example
White with #F24375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24375; }
p { color: rgb(242,67,117); }
H1.HeaderClassName
{
color: #F24375;
}
.AnyTagClassName
{
color: #F24375;
}
</style>
background-color css
<style>
a { background-color: #F24375; }
a { background-color: rgb(242,67,117); }
div.DivClassName
{
background-color: #F24375;
}
.BgClassName
{
background-color: #F24375;
}
</style>
border-color css
<style>
span { border-color: #F24375; }
span { border-color: rgb(242,67,117); }
td.TdClassName
{
border-color: #F24375;
}
.TagClassName
{
border-color: #F24375;
}
</style>