Shades of Hot Pink #F052BD
Tints of Hot Pink #F052BD
RGB
CMYK
RGB Variations
Color information
#F052BD (or 0xF052BD) is known color: Hot Pink. HEX triplet: F0, 52 and BD. RGB value is (240,82,189). Sum of RGB (Red+Green+Blue) = 240+82+189=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 82 (32.42% from 255 or 16.05% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F052BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F052BD is #0FAD42. Grayscale: #8D8D8D. Windows color (decimal): -1027395 or 12407536. OLE color: 12407536.
HSL color Cylindrical-coordinate representation of color #F052BD: hue angle of 319.37º 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 #F052BD is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 189 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.06 |
| HSL | 319.37º | 0.84% | 0.63% | - |
| HSV(B) | 319.37º | 0.66% | 0.94% | - |
| XYZ | 48.14 | 28.23 | 51.06 | - |
| YUV | 141.44 | 154.85 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 189 | 0 | 0.66 | 0.21 | 0.06 | 319.37 | 0.84 | 0.63 |
| Hex | F0 | 52 | BD | 0 | 42 | 15 | 6 | 13F | 54 | 3F |
| Octal | 360 | 122 | 275 | 0 | 102 | 25 | 6 | 477 | 124 | 77 |
| Binary | 11110000 | 1010010 | 10111101 | 0 | 1000010 | 10101 | 110 | 100111111 | 1010100 | 111111 |
Color Harmonies of #F052BD
Complementary color
Monochromatic Colors of #F052BD
Black with #F052BD
Text Example
Text Example
White with #F052BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F052BD; }
p { color: rgb(240,82,189); }
H1.HeaderClassName
{
color: #F052BD;
}
.AnyTagClassName
{
color: #F052BD;
}
</style>
background-color css
<style>
a { background-color: #F052BD; }
a { background-color: rgb(240,82,189); }
div.DivClassName
{
background-color: #F052BD;
}
.BgClassName
{
background-color: #F052BD;
}
</style>
border-color css
<style>
span { border-color: #F052BD; }
span { border-color: rgb(240,82,189); }
td.TdClassName
{
border-color: #F052BD;
}
.TagClassName
{
border-color: #F052BD;
}
</style>