Shades of Dark Pink #F05377
Tints of Dark Pink #F05377
RGB
CMYK
RGB Variations
Color information
#F05377 (or 0xF05377) is known color: Dark Pink. HEX triplet: F0, 53 and 77. RGB value is (240,83,119). Sum of RGB (Red+Green+Blue) = 240+83+119=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F05377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05377 is #0FAC88. Grayscale: #868686. Windows color (decimal): -1027209 or 7820272. OLE color: 7820272.
HSL color Cylindrical-coordinate representation of color #F05377: hue angle of 346.24º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05377 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 119 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.06 |
| HSL | 346.24º | 0.84% | 0.63% | - |
| HSV(B) | 346.24º | 0.65% | 0.94% | - |
| XYZ | 42.36 | 26.04 | 20.25 | - |
| YUV | 134.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 119 | 0 | 0.65 | 0.50 | 0.06 | 346.24 | 0.84 | 0.63 |
| Hex | F0 | 53 | 77 | 0 | 41 | 32 | 6 | 15A | 54 | 3F |
| Octal | 360 | 123 | 167 | 0 | 101 | 62 | 6 | 532 | 124 | 77 |
| Binary | 11110000 | 1010011 | 1110111 | 0 | 1000001 | 110010 | 110 | 101011010 | 1010100 | 111111 |
Color Harmonies of #F05377
Complementary color
Monochromatic Colors of #F05377
Black with #F05377
Text Example
Text Example
White with #F05377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05377; }
p { color: rgb(240,83,119); }
H1.HeaderClassName
{
color: #F05377;
}
.AnyTagClassName
{
color: #F05377;
}
</style>
background-color css
<style>
a { background-color: #F05377; }
a { background-color: rgb(240,83,119); }
div.DivClassName
{
background-color: #F05377;
}
.BgClassName
{
background-color: #F05377;
}
</style>
border-color css
<style>
span { border-color: #F05377; }
span { border-color: rgb(240,83,119); }
td.TdClassName
{
border-color: #F05377;
}
.TagClassName
{
border-color: #F05377;
}
</style>