Shades of Dark Pink #F0527F
Tints of Dark Pink #F0527F
RGB
CMYK
RGB Variations
Color information
#F0527F (or 0xF0527F) is known color: Dark Pink. HEX triplet: F0, 52 and 7F. RGB value is (240,82,127). Sum of RGB (Red+Green+Blue) = 240+82+127=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0527F is #0FAD80. Grayscale: #868686. Windows color (decimal): -1027457 or 8344304. OLE color: 8344304.
HSL color Cylindrical-coordinate representation of color #F0527F: hue angle of 342.91º 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 #F0527F is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 127 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.06 |
| HSL | 342.91º | 0.84% | 0.63% | - |
| HSV(B) | 342.91º | 0.66% | 0.94% | - |
| XYZ | 42.78 | 26.09 | 22.86 | - |
| YUV | 134.37 | 123.85 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 127 | 0 | 0.66 | 0.47 | 0.06 | 342.91 | 0.84 | 0.63 |
| Hex | F0 | 52 | 7F | 0 | 42 | 2F | 6 | 157 | 54 | 3F |
| Octal | 360 | 122 | 177 | 0 | 102 | 57 | 6 | 527 | 124 | 77 |
| Binary | 11110000 | 1010010 | 1111111 | 0 | 1000010 | 101111 | 110 | 101010111 | 1010100 | 111111 |
Color Harmonies of #F0527F
Complementary color
Monochromatic Colors of #F0527F
Black with #F0527F
Text Example
Text Example
White with #F0527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0527F; }
p { color: rgb(240,82,127); }
H1.HeaderClassName
{
color: #F0527F;
}
.AnyTagClassName
{
color: #F0527F;
}
</style>
background-color css
<style>
a { background-color: #F0527F; }
a { background-color: rgb(240,82,127); }
div.DivClassName
{
background-color: #F0527F;
}
.BgClassName
{
background-color: #F0527F;
}
</style>
border-color css
<style>
span { border-color: #F0527F; }
span { border-color: rgb(240,82,127); }
td.TdClassName
{
border-color: #F0527F;
}
.TagClassName
{
border-color: #F0527F;
}
</style>