Shades of Dark Pink #F04374
Tints of Dark Pink #F04374
RGB
CMYK
RGB Variations
Color information
#F04374 (or 0xF04374) is known color: Dark Pink. HEX triplet: F0, 43 and 74. RGB value is (240,67,116). Sum of RGB (Red+Green+Blue) = 240+67+116=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F04374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04374 is #0FBC8B. Grayscale: #7C7C7C. Windows color (decimal): -1031308 or 7619568. OLE color: 7619568.
HSL color Cylindrical-coordinate representation of color #F04374: hue angle of 343.01º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F04374 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 116 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.06 |
| HSL | 343.01º | 0.85% | 0.6% | - |
| HSV(B) | 343.01º | 0.72% | 0.94% | - |
| XYZ | 41.09 | 23.8 | 18.95 | - |
| YUV | 124.31 | 123.31 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 116 | 0 | 0.72 | 0.52 | 0.06 | 343.01 | 0.85 | 0.6 |
| Hex | F0 | 43 | 74 | 0 | 48 | 34 | 6 | 157 | 55 | 3C |
| Octal | 360 | 103 | 164 | 0 | 110 | 64 | 6 | 527 | 125 | 74 |
| Binary | 11110000 | 1000011 | 1110100 | 0 | 1001000 | 110100 | 110 | 101010111 | 1010101 | 111100 |
Color Harmonies of #F04374
Complementary color
Monochromatic Colors of #F04374
Black with #F04374
Text Example
Text Example
White with #F04374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04374; }
p { color: rgb(240,67,116); }
H1.HeaderClassName
{
color: #F04374;
}
.AnyTagClassName
{
color: #F04374;
}
</style>
background-color css
<style>
a { background-color: #F04374; }
a { background-color: rgb(240,67,116); }
div.DivClassName
{
background-color: #F04374;
}
.BgClassName
{
background-color: #F04374;
}
</style>
border-color css
<style>
span { border-color: #F04374; }
span { border-color: rgb(240,67,116); }
td.TdClassName
{
border-color: #F04374;
}
.TagClassName
{
border-color: #F04374;
}
</style>