Shades of Dark Pink #F0527E
Tints of Dark Pink #F0527E
RGB
CMYK
RGB Variations
Color information
#F0527E (or 0xF0527E) is known color: Dark Pink. HEX triplet: F0, 52 and 7E. RGB value is (240,82,126). Sum of RGB (Red+Green+Blue) = 240+82+126=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0527E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0527E is #0FAD81. Grayscale: #868686. Windows color (decimal): -1027458 or 8278768. OLE color: 8278768.
HSL color Cylindrical-coordinate representation of color #F0527E: hue angle of 343.29º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0527E is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 126 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.06 |
| HSL | 343.29º | 0.84% | 0.63% | - |
| HSV(B) | 343.29º | 0.66% | 0.94% | - |
| XYZ | 42.72 | 26.07 | 22.52 | - |
| YUV | 134.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 126 | 0 | 0.66 | 0.48 | 0.06 | 343.29 | 0.84 | 0.63 |
| Hex | F0 | 52 | 7E | 0 | 42 | 30 | 6 | 157 | 54 | 3F |
| Octal | 360 | 122 | 176 | 0 | 102 | 60 | 6 | 527 | 124 | 77 |
| Binary | 11110000 | 1010010 | 1111110 | 0 | 1000010 | 110000 | 110 | 101010111 | 1010100 | 111111 |
Color Harmonies of #F0527E
Complementary color
Monochromatic Colors of #F0527E
Black with #F0527E
Text Example
Text Example
White with #F0527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0527E; }
p { color: rgb(240,82,126); }
H1.HeaderClassName
{
color: #F0527E;
}
.AnyTagClassName
{
color: #F0527E;
}
</style>
background-color css
<style>
a { background-color: #F0527E; }
a { background-color: rgb(240,82,126); }
div.DivClassName
{
background-color: #F0527E;
}
.BgClassName
{
background-color: #F0527E;
}
</style>
border-color css
<style>
span { border-color: #F0527E; }
span { border-color: rgb(240,82,126); }
td.TdClassName
{
border-color: #F0527E;
}
.TagClassName
{
border-color: #F0527E;
}
</style>