Shades of Hot Pink #F053BA
Tints of Hot Pink #F053BA
RGB
CMYK
RGB Variations
Color information
#F053BA (or 0xF053BA) is known color: Hot Pink. HEX triplet: F0, 53 and BA. RGB value is (240,83,186). Sum of RGB (Red+Green+Blue) = 240+83+186=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F053BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F053BA is #0FAC45. Grayscale: #8D8D8D. Windows color (decimal): -1027142 or 12211184. OLE color: 12211184.
HSL color Cylindrical-coordinate representation of color #F053BA: hue angle of 320.64º 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 #F053BA is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 186 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.06 |
| HSL | 320.64º | 0.84% | 0.63% | - |
| HSV(B) | 320.64º | 0.65% | 0.94% | - |
| XYZ | 47.89 | 28.26 | 49.38 | - |
| YUV | 141.69 | 153.01 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 186 | 0 | 0.65 | 0.22 | 0.06 | 320.64 | 0.84 | 0.63 |
| Hex | F0 | 53 | BA | 0 | 41 | 16 | 6 | 141 | 54 | 3F |
| Octal | 360 | 123 | 272 | 0 | 101 | 26 | 6 | 501 | 124 | 77 |
| Binary | 11110000 | 1010011 | 10111010 | 0 | 1000001 | 10110 | 110 | 101000001 | 1010100 | 111111 |
Color Harmonies of #F053BA
Complementary color
Monochromatic Colors of #F053BA
Black with #F053BA
Text Example
Text Example
White with #F053BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F053BA; }
p { color: rgb(240,83,186); }
H1.HeaderClassName
{
color: #F053BA;
}
.AnyTagClassName
{
color: #F053BA;
}
</style>
background-color css
<style>
a { background-color: #F053BA; }
a { background-color: rgb(240,83,186); }
div.DivClassName
{
background-color: #F053BA;
}
.BgClassName
{
background-color: #F053BA;
}
</style>
border-color css
<style>
span { border-color: #F053BA; }
span { border-color: rgb(240,83,186); }
td.TdClassName
{
border-color: #F053BA;
}
.TagClassName
{
border-color: #F053BA;
}
</style>