Shades of Dark Pink #F04276
Tints of Dark Pink #F04276
RGB
CMYK
RGB Variations
Color information
#F04276 (or 0xF04276) is known color: Dark Pink. HEX triplet: F0, 42 and 76. RGB value is (240,66,118). Sum of RGB (Red+Green+Blue) = 240+66+118=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F04276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04276 is #0FBD89. Grayscale: #7B7B7B. Windows color (decimal): -1031562 or 7750384. OLE color: 7750384.
HSL color Cylindrical-coordinate representation of color #F04276: hue angle of 342.07º 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 #F04276 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 118 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.06 |
| HSL | 342.07º | 0.85% | 0.6% | - |
| HSV(B) | 342.07º | 0.73% | 0.94% | - |
| XYZ | 41.15 | 23.73 | 19.55 | - |
| YUV | 123.95 | 124.65 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 118 | 0 | 0.72 | 0.51 | 0.06 | 342.07 | 0.85 | 0.6 |
| Hex | F0 | 42 | 76 | 0 | 48 | 33 | 6 | 156 | 55 | 3C |
| Octal | 360 | 102 | 166 | 0 | 110 | 63 | 6 | 526 | 125 | 74 |
| Binary | 11110000 | 1000010 | 1110110 | 0 | 1001000 | 110011 | 110 | 101010110 | 1010101 | 111100 |
Color Harmonies of #F04276
Complementary color
Monochromatic Colors of #F04276
Black with #F04276
Text Example
Text Example
White with #F04276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04276; }
p { color: rgb(240,66,118); }
H1.HeaderClassName
{
color: #F04276;
}
.AnyTagClassName
{
color: #F04276;
}
</style>
background-color css
<style>
a { background-color: #F04276; }
a { background-color: rgb(240,66,118); }
div.DivClassName
{
background-color: #F04276;
}
.BgClassName
{
background-color: #F04276;
}
</style>
border-color css
<style>
span { border-color: #F04276; }
span { border-color: rgb(240,66,118); }
td.TdClassName
{
border-color: #F04276;
}
.TagClassName
{
border-color: #F04276;
}
</style>