Shades of Hot Pink #F054BC
Tints of Hot Pink #F054BC
RGB
CMYK
RGB Variations
Color information
#F054BC (or 0xF054BC) is known color: Hot Pink. HEX triplet: F0, 54 and BC. RGB value is (240,84,188). Sum of RGB (Red+Green+Blue) = 240+84+188=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F054BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F054BC is #0FAB43. Grayscale: #8E8E8E. Windows color (decimal): -1026884 or 12342512. OLE color: 12342512.
HSL color Cylindrical-coordinate representation of color #F054BC: hue angle of 320º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F054BC is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 188 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.06 |
| HSL | 320º | 0.84% | 0.64% | - |
| HSV(B) | 320º | 0.65% | 0.94% | - |
| XYZ | 48.18 | 28.5 | 50.54 | - |
| YUV | 142.5 | 153.68 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 188 | 0 | 0.65 | 0.22 | 0.06 | 320 | 0.84 | 0.64 |
| Hex | F0 | 54 | BC | 0 | 41 | 16 | 6 | 140 | 54 | 40 |
| Octal | 360 | 124 | 274 | 0 | 101 | 26 | 6 | 500 | 124 | 100 |
| Binary | 11110000 | 1010100 | 10111100 | 0 | 1000001 | 10110 | 110 | 101000000 | 1010100 | 1000000 |
Color Harmonies of #F054BC
Complementary color
Monochromatic Colors of #F054BC
Black with #F054BC
Text Example
Text Example
White with #F054BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F054BC; }
p { color: rgb(240,84,188); }
H1.HeaderClassName
{
color: #F054BC;
}
.AnyTagClassName
{
color: #F054BC;
}
</style>
background-color css
<style>
a { background-color: #F054BC; }
a { background-color: rgb(240,84,188); }
div.DivClassName
{
background-color: #F054BC;
}
.BgClassName
{
background-color: #F054BC;
}
</style>
border-color css
<style>
span { border-color: #F054BC; }
span { border-color: rgb(240,84,188); }
td.TdClassName
{
border-color: #F054BC;
}
.TagClassName
{
border-color: #F054BC;
}
</style>