Shades of Dark Pink #F24173
Tints of Dark Pink #F24173
RGB
CMYK
RGB Variations
Color information
#F24173 (or 0xF24173) is known color: Dark Pink. HEX triplet: F2, 41 and 73. RGB value is (242,65,115). Sum of RGB (Red+Green+Blue) = 242+65+115=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F24173 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24173 is #0DBE8C. Grayscale: #7B7B7B. Windows color (decimal): -900749 or 7553522. OLE color: 7553522.
HSL color Cylindrical-coordinate representation of color #F24173: hue angle of 343.05º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F24173 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 115 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.05 |
| HSL | 343.05º | 0.87% | 0.6% | - |
| HSV(B) | 343.05º | 0.73% | 0.95% | - |
| XYZ | 41.6 | 23.9 | 18.64 | - |
| YUV | 123.62 | 123.14 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 115 | 0 | 0.73 | 0.52 | 0.05 | 343.05 | 0.87 | 0.6 |
| Hex | F2 | 41 | 73 | 0 | 49 | 34 | 5 | 157 | 57 | 3C |
| Octal | 362 | 101 | 163 | 0 | 111 | 64 | 5 | 527 | 127 | 74 |
| Binary | 11110010 | 1000001 | 1110011 | 0 | 1001001 | 110100 | 101 | 101010111 | 1010111 | 111100 |
Color Harmonies of #F24173
Complementary color
Monochromatic Colors of #F24173
Black with #F24173
Text Example
Text Example
White with #F24173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24173; }
p { color: rgb(242,65,115); }
H1.HeaderClassName
{
color: #F24173;
}
.AnyTagClassName
{
color: #F24173;
}
</style>
background-color css
<style>
a { background-color: #F24173; }
a { background-color: rgb(242,65,115); }
div.DivClassName
{
background-color: #F24173;
}
.BgClassName
{
background-color: #F24173;
}
</style>
border-color css
<style>
span { border-color: #F24173; }
span { border-color: rgb(242,65,115); }
td.TdClassName
{
border-color: #F24173;
}
.TagClassName
{
border-color: #F24173;
}
</style>