Shades of Hot Pink #F05FBC
Tints of Hot Pink #F05FBC
RGB
CMYK
RGB Variations
Color information
#F05FBC (or 0xF05FBC) is known color: Hot Pink. HEX triplet: F0, 5F and BC. RGB value is (240,95,188). Sum of RGB (Red+Green+Blue) = 240+95+188=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05FBC is #0FA043. Grayscale: #949494. Windows color (decimal): -1024068 or 12345328. OLE color: 12345328.
HSL color Cylindrical-coordinate representation of color #F05FBC: hue angle of 321.52º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FBC is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 188 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.06 |
| HSL | 321.52º | 0.83% | 0.66% | - |
| HSV(B) | 321.52º | 0.6% | 0.94% | - |
| XYZ | 49.1 | 30.34 | 50.85 | - |
| YUV | 148.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 188 | 0 | 0.60 | 0.22 | 0.06 | 321.52 | 0.83 | 0.66 |
| Hex | F0 | 5F | BC | 0 | 3C | 16 | 6 | 142 | 53 | 42 |
| Octal | 360 | 137 | 274 | 0 | 74 | 26 | 6 | 502 | 123 | 102 |
| Binary | 11110000 | 1011111 | 10111100 | 0 | 111100 | 10110 | 110 | 101000010 | 1010011 | 1000010 |
Color Harmonies of #F05FBC
Complementary color
Monochromatic Colors of #F05FBC
Black with #F05FBC
Text Example
Text Example
White with #F05FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05FBC; }
p { color: rgb(240,95,188); }
H1.HeaderClassName
{
color: #F05FBC;
}
.AnyTagClassName
{
color: #F05FBC;
}
</style>
background-color css
<style>
a { background-color: #F05FBC; }
a { background-color: rgb(240,95,188); }
div.DivClassName
{
background-color: #F05FBC;
}
.BgClassName
{
background-color: #F05FBC;
}
</style>
border-color css
<style>
span { border-color: #F05FBC; }
span { border-color: rgb(240,95,188); }
td.TdClassName
{
border-color: #F05FBC;
}
.TagClassName
{
border-color: #F05FBC;
}
</style>