Shades of Dark Pink #F0527B
Tints of Dark Pink #F0527B
RGB
CMYK
RGB Variations
Color information
#F0527B (or 0xF0527B) is known color: Dark Pink. HEX triplet: F0, 52 and 7B. RGB value is (240,82,123). Sum of RGB (Red+Green+Blue) = 240+82+123=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0527B is #0FAD84. Grayscale: #858585. Windows color (decimal): -1027461 or 8082160. OLE color: 8082160.
HSL color Cylindrical-coordinate representation of color #F0527B: hue angle of 344.43º 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 #F0527B is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 123 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.06 |
| HSL | 344.43º | 0.84% | 0.63% | - |
| HSV(B) | 344.43º | 0.66% | 0.94% | - |
| XYZ | 42.53 | 25.99 | 21.51 | - |
| YUV | 133.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 123 | 0 | 0.66 | 0.49 | 0.06 | 344.43 | 0.84 | 0.63 |
| Hex | F0 | 52 | 7B | 0 | 42 | 31 | 6 | 158 | 54 | 3F |
| Octal | 360 | 122 | 173 | 0 | 102 | 61 | 6 | 530 | 124 | 77 |
| Binary | 11110000 | 1010010 | 1111011 | 0 | 1000010 | 110001 | 110 | 101011000 | 1010100 | 111111 |
Color Harmonies of #F0527B
Complementary color
Monochromatic Colors of #F0527B
Black with #F0527B
Text Example
Text Example
White with #F0527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0527B; }
p { color: rgb(240,82,123); }
H1.HeaderClassName
{
color: #F0527B;
}
.AnyTagClassName
{
color: #F0527B;
}
</style>
background-color css
<style>
a { background-color: #F0527B; }
a { background-color: rgb(240,82,123); }
div.DivClassName
{
background-color: #F0527B;
}
.BgClassName
{
background-color: #F0527B;
}
</style>
border-color css
<style>
span { border-color: #F0527B; }
span { border-color: rgb(240,82,123); }
td.TdClassName
{
border-color: #F0527B;
}
.TagClassName
{
border-color: #F0527B;
}
</style>