Shades of Dark Pink #F04273
Tints of Dark Pink #F04273
RGB
CMYK
RGB Variations
Color information
#F04273 (or 0xF04273) is known color: Dark Pink. HEX triplet: F0, 42 and 73. RGB value is (240,66,115). Sum of RGB (Red+Green+Blue) = 240+66+115=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F04273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04273 is #0FBD8C. Grayscale: #7B7B7B. Windows color (decimal): -1031565 or 7553776. OLE color: 7553776.
HSL color Cylindrical-coordinate representation of color #F04273: hue angle of 343.1º 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 #F04273 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 115 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.06 |
| HSL | 343.1º | 0.85% | 0.6% | - |
| HSV(B) | 343.1º | 0.73% | 0.94% | - |
| XYZ | 40.98 | 23.66 | 18.63 | - |
| YUV | 123.61 | 123.15 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 115 | 0 | 0.72 | 0.52 | 0.06 | 343.1 | 0.85 | 0.6 |
| Hex | F0 | 42 | 73 | 0 | 48 | 34 | 6 | 157 | 55 | 3C |
| Octal | 360 | 102 | 163 | 0 | 110 | 64 | 6 | 527 | 125 | 74 |
| Binary | 11110000 | 1000010 | 1110011 | 0 | 1001000 | 110100 | 110 | 101010111 | 1010101 | 111100 |
Color Harmonies of #F04273
Complementary color
Monochromatic Colors of #F04273
Black with #F04273
Text Example
Text Example
White with #F04273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04273; }
p { color: rgb(240,66,115); }
H1.HeaderClassName
{
color: #F04273;
}
.AnyTagClassName
{
color: #F04273;
}
</style>
background-color css
<style>
a { background-color: #F04273; }
a { background-color: rgb(240,66,115); }
div.DivClassName
{
background-color: #F04273;
}
.BgClassName
{
background-color: #F04273;
}
</style>
border-color css
<style>
span { border-color: #F04273; }
span { border-color: rgb(240,66,115); }
td.TdClassName
{
border-color: #F04273;
}
.TagClassName
{
border-color: #F04273;
}
</style>