Shades of Dark Pink #F04575
Tints of Dark Pink #F04575
RGB
CMYK
RGB Variations
Color information
#F04575 (or 0xF04575) is known color: Dark Pink. HEX triplet: F0, 45 and 75. RGB value is (240,69,117). Sum of RGB (Red+Green+Blue) = 240+69+117=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F04575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04575 is #0FBA8A. Grayscale: #7D7D7D. Windows color (decimal): -1030795 or 7685616. OLE color: 7685616.
HSL color Cylindrical-coordinate representation of color #F04575: hue angle of 343.16º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04575 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 117 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.06 |
| HSL | 343.16º | 0.85% | 0.61% | - |
| HSV(B) | 343.16º | 0.71% | 0.94% | - |
| XYZ | 41.27 | 24.07 | 19.3 | - |
| YUV | 125.6 | 123.15 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 117 | 0 | 0.71 | 0.51 | 0.06 | 343.16 | 0.85 | 0.61 |
| Hex | F0 | 45 | 75 | 0 | 47 | 33 | 6 | 157 | 55 | 3D |
| Octal | 360 | 105 | 165 | 0 | 107 | 63 | 6 | 527 | 125 | 75 |
| Binary | 11110000 | 1000101 | 1110101 | 0 | 1000111 | 110011 | 110 | 101010111 | 1010101 | 111101 |
Color Harmonies of #F04575
Complementary color
Monochromatic Colors of #F04575
Black with #F04575
Text Example
Text Example
White with #F04575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04575; }
p { color: rgb(240,69,117); }
H1.HeaderClassName
{
color: #F04575;
}
.AnyTagClassName
{
color: #F04575;
}
</style>
background-color css
<style>
a { background-color: #F04575; }
a { background-color: rgb(240,69,117); }
div.DivClassName
{
background-color: #F04575;
}
.BgClassName
{
background-color: #F04575;
}
</style>
border-color css
<style>
span { border-color: #F04575; }
span { border-color: rgb(240,69,117); }
td.TdClassName
{
border-color: #F04575;
}
.TagClassName
{
border-color: #F04575;
}
</style>