Shades of Hot Pink #F05BBC
Tints of Hot Pink #F05BBC
RGB
CMYK
RGB Variations
Color information
#F05BBC (or 0xF05BBC) is known color: Hot Pink. HEX triplet: F0, 5B and BC. RGB value is (240,91,188). Sum of RGB (Red+Green+Blue) = 240+91+188=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F05BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05BBC is #0FA443. Grayscale: #929292. Windows color (decimal): -1025092 or 12344304. OLE color: 12344304.
HSL color Cylindrical-coordinate representation of color #F05BBC: hue angle of 320.94º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05BBC is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 91 | 188 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.06 |
| HSL | 320.94º | 0.83% | 0.65% | - |
| HSV(B) | 320.94º | 0.62% | 0.94% | - |
| XYZ | 48.75 | 29.64 | 50.73 | - |
| YUV | 146.61 | 151.36 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 91 | 188 | 0 | 0.62 | 0.22 | 0.06 | 320.94 | 0.83 | 0.65 |
| Hex | F0 | 5B | BC | 0 | 3E | 16 | 6 | 141 | 53 | 41 |
| Octal | 360 | 133 | 274 | 0 | 76 | 26 | 6 | 501 | 123 | 101 |
| Binary | 11110000 | 1011011 | 10111100 | 0 | 111110 | 10110 | 110 | 101000001 | 1010011 | 1000001 |
Color Harmonies of #F05BBC
Complementary color
Monochromatic Colors of #F05BBC
Black with #F05BBC
Text Example
Text Example
White with #F05BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05BBC; }
p { color: rgb(240,91,188); }
H1.HeaderClassName
{
color: #F05BBC;
}
.AnyTagClassName
{
color: #F05BBC;
}
</style>
background-color css
<style>
a { background-color: #F05BBC; }
a { background-color: rgb(240,91,188); }
div.DivClassName
{
background-color: #F05BBC;
}
.BgClassName
{
background-color: #F05BBC;
}
</style>
border-color css
<style>
span { border-color: #F05BBC; }
span { border-color: rgb(240,91,188); }
td.TdClassName
{
border-color: #F05BBC;
}
.TagClassName
{
border-color: #F05BBC;
}
</style>