Shades of Dark Pink #F04A7D
Tints of Dark Pink #F04A7D
RGB
CMYK
RGB Variations
Color information
#F04A7D (or 0xF04A7D) is known color: Dark Pink. HEX triplet: F0, 4A and 7D. RGB value is (240,74,125). Sum of RGB (Red+Green+Blue) = 240+74+125=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04A7D is #0FB582. Grayscale: #818181. Windows color (decimal): -1029507 or 8211184. OLE color: 8211184.
HSL color Cylindrical-coordinate representation of color #F04A7D: hue angle of 341.57º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04A7D is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 125 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.06 |
| HSL | 341.57º | 0.85% | 0.62% | - |
| HSV(B) | 341.57º | 0.69% | 0.94% | - |
| XYZ | 42.09 | 24.9 | 21.99 | - |
| YUV | 129.45 | 125.5 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 125 | 0 | 0.69 | 0.48 | 0.06 | 341.57 | 0.85 | 0.62 |
| Hex | F0 | 4A | 7D | 0 | 45 | 30 | 6 | 156 | 55 | 3E |
| Octal | 360 | 112 | 175 | 0 | 105 | 60 | 6 | 526 | 125 | 76 |
| Binary | 11110000 | 1001010 | 1111101 | 0 | 1000101 | 110000 | 110 | 101010110 | 1010101 | 111110 |
Color Harmonies of #F04A7D
Complementary color
Monochromatic Colors of #F04A7D
Black with #F04A7D
Text Example
Text Example
White with #F04A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A7D; }
p { color: rgb(240,74,125); }
H1.HeaderClassName
{
color: #F04A7D;
}
.AnyTagClassName
{
color: #F04A7D;
}
</style>
background-color css
<style>
a { background-color: #F04A7D; }
a { background-color: rgb(240,74,125); }
div.DivClassName
{
background-color: #F04A7D;
}
.BgClassName
{
background-color: #F04A7D;
}
</style>
border-color css
<style>
span { border-color: #F04A7D; }
span { border-color: rgb(240,74,125); }
td.TdClassName
{
border-color: #F04A7D;
}
.TagClassName
{
border-color: #F04A7D;
}
</style>