Shades of Dark Pink #F04A75
Tints of Dark Pink #F04A75
RGB
CMYK
RGB Variations
Color information
#F04A75 (or 0xF04A75) is known color: Dark Pink. HEX triplet: F0, 4A and 75. RGB value is (240,74,117). Sum of RGB (Red+Green+Blue) = 240+74+117=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04A75 is #0FB58A. Grayscale: #808080. Windows color (decimal): -1029515 or 7686896. OLE color: 7686896.
HSL color Cylindrical-coordinate representation of color #F04A75: hue angle of 344.46º 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 #F04A75 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 117 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.06 |
| HSL | 344.46º | 0.85% | 0.62% | - |
| HSV(B) | 344.46º | 0.69% | 0.94% | - |
| XYZ | 41.59 | 24.71 | 19.41 | - |
| YUV | 128.54 | 121.5 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 117 | 0 | 0.69 | 0.51 | 0.06 | 344.46 | 0.85 | 0.62 |
| Hex | F0 | 4A | 75 | 0 | 45 | 33 | 6 | 158 | 55 | 3E |
| Octal | 360 | 112 | 165 | 0 | 105 | 63 | 6 | 530 | 125 | 76 |
| Binary | 11110000 | 1001010 | 1110101 | 0 | 1000101 | 110011 | 110 | 101011000 | 1010101 | 111110 |
Color Harmonies of #F04A75
Complementary color
Monochromatic Colors of #F04A75
Black with #F04A75
Text Example
Text Example
White with #F04A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A75; }
p { color: rgb(240,74,117); }
H1.HeaderClassName
{
color: #F04A75;
}
.AnyTagClassName
{
color: #F04A75;
}
</style>
background-color css
<style>
a { background-color: #F04A75; }
a { background-color: rgb(240,74,117); }
div.DivClassName
{
background-color: #F04A75;
}
.BgClassName
{
background-color: #F04A75;
}
</style>
border-color css
<style>
span { border-color: #F04A75; }
span { border-color: rgb(240,74,117); }
td.TdClassName
{
border-color: #F04A75;
}
.TagClassName
{
border-color: #F04A75;
}
</style>