Shades of Dark Pink #F04271
Tints of Dark Pink #F04271
RGB
CMYK
RGB Variations
Color information
#F04271 (or 0xF04271) is known color: Dark Pink. HEX triplet: F0, 42 and 71. RGB value is (240,66,113). Sum of RGB (Red+Green+Blue) = 240+66+113=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F04271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04271 is #0FBD8E. Grayscale: #7B7B7B. Windows color (decimal): -1031567 or 7422704. OLE color: 7422704.
HSL color Cylindrical-coordinate representation of color #F04271: hue angle of 343.79º 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 #F04271 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 113 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.06 |
| HSL | 343.79º | 0.85% | 0.6% | - |
| HSV(B) | 343.79º | 0.73% | 0.94% | - |
| XYZ | 40.86 | 23.61 | 18.03 | - |
| YUV | 123.38 | 122.15 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 113 | 0 | 0.72 | 0.53 | 0.06 | 343.79 | 0.85 | 0.6 |
| Hex | F0 | 42 | 71 | 0 | 48 | 35 | 6 | 158 | 55 | 3C |
| Octal | 360 | 102 | 161 | 0 | 110 | 65 | 6 | 530 | 125 | 74 |
| Binary | 11110000 | 1000010 | 1110001 | 0 | 1001000 | 110101 | 110 | 101011000 | 1010101 | 111100 |
Color Harmonies of #F04271
Complementary color
Monochromatic Colors of #F04271
Black with #F04271
Text Example
Text Example
White with #F04271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04271; }
p { color: rgb(240,66,113); }
H1.HeaderClassName
{
color: #F04271;
}
.AnyTagClassName
{
color: #F04271;
}
</style>
background-color css
<style>
a { background-color: #F04271; }
a { background-color: rgb(240,66,113); }
div.DivClassName
{
background-color: #F04271;
}
.BgClassName
{
background-color: #F04271;
}
</style>
border-color css
<style>
span { border-color: #F04271; }
span { border-color: rgb(240,66,113); }
td.TdClassName
{
border-color: #F04271;
}
.TagClassName
{
border-color: #F04271;
}
</style>