Shades of Dark Pink #F04073
Tints of Dark Pink #F04073
RGB
CMYK
RGB Variations
Color information
#F04073 (or 0xF04073) is known color: Dark Pink. HEX triplet: F0, 40 and 73. RGB value is (240,64,115). Sum of RGB (Red+Green+Blue) = 240+64+115=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F04073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04073 is #0FBF8C. Grayscale: #7A7A7A. Windows color (decimal): -1032077 or 7553264. OLE color: 7553264.
HSL color Cylindrical-coordinate representation of color #F04073: hue angle of 342.61º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04073 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 115 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.06 |
| HSL | 342.61º | 0.85% | 0.6% | - |
| HSV(B) | 342.61º | 0.73% | 0.94% | - |
| XYZ | 40.86 | 23.43 | 18.59 | - |
| YUV | 122.44 | 123.81 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 115 | 0 | 0.73 | 0.52 | 0.06 | 342.61 | 0.85 | 0.6 |
| Hex | F0 | 40 | 73 | 0 | 49 | 34 | 6 | 157 | 55 | 3C |
| Octal | 360 | 100 | 163 | 0 | 111 | 64 | 6 | 527 | 125 | 74 |
| Binary | 11110000 | 1000000 | 1110011 | 0 | 1001001 | 110100 | 110 | 101010111 | 1010101 | 111100 |
Color Harmonies of #F04073
Complementary color
Monochromatic Colors of #F04073
Black with #F04073
Text Example
Text Example
White with #F04073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04073; }
p { color: rgb(240,64,115); }
H1.HeaderClassName
{
color: #F04073;
}
.AnyTagClassName
{
color: #F04073;
}
</style>
background-color css
<style>
a { background-color: #F04073; }
a { background-color: rgb(240,64,115); }
div.DivClassName
{
background-color: #F04073;
}
.BgClassName
{
background-color: #F04073;
}
</style>
border-color css
<style>
span { border-color: #F04073; }
span { border-color: rgb(240,64,115); }
td.TdClassName
{
border-color: #F04073;
}
.TagClassName
{
border-color: #F04073;
}
</style>