Shades of Dark Pink #F0456D
Tints of Dark Pink #F0456D
RGB
CMYK
RGB Variations
Color information
#F0456D (or 0xF0456D) is known color: Dark Pink. HEX triplet: F0, 45 and 6D. RGB value is (240,69,109). Sum of RGB (Red+Green+Blue) = 240+69+109=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0456D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0456D is #0FBA92. Grayscale: #7C7C7C. Windows color (decimal): -1030803 or 7161328. OLE color: 7161328.
HSL color Cylindrical-coordinate representation of color #F0456D: hue angle of 345.96º 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 #F0456D is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 109 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.06 |
| HSL | 345.96º | 0.85% | 0.61% | - |
| HSV(B) | 345.96º | 0.71% | 0.94% | - |
| XYZ | 40.82 | 23.89 | 16.93 | - |
| YUV | 124.69 | 119.15 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 109 | 0 | 0.71 | 0.55 | 0.06 | 345.96 | 0.85 | 0.61 |
| Hex | F0 | 45 | 6D | 0 | 47 | 37 | 6 | 15A | 55 | 3D |
| Octal | 360 | 105 | 155 | 0 | 107 | 67 | 6 | 532 | 125 | 75 |
| Binary | 11110000 | 1000101 | 1101101 | 0 | 1000111 | 110111 | 110 | 101011010 | 1010101 | 111101 |
Color Harmonies of #F0456D
Complementary color
Monochromatic Colors of #F0456D
Black with #F0456D
Text Example
Text Example
White with #F0456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0456D; }
p { color: rgb(240,69,109); }
H1.HeaderClassName
{
color: #F0456D;
}
.AnyTagClassName
{
color: #F0456D;
}
</style>
background-color css
<style>
a { background-color: #F0456D; }
a { background-color: rgb(240,69,109); }
div.DivClassName
{
background-color: #F0456D;
}
.BgClassName
{
background-color: #F0456D;
}
</style>
border-color css
<style>
span { border-color: #F0456D; }
span { border-color: rgb(240,69,109); }
td.TdClassName
{
border-color: #F0456D;
}
.TagClassName
{
border-color: #F0456D;
}
</style>