Shades of Hot Pink #F054B9
Tints of Hot Pink #F054B9
RGB
CMYK
RGB Variations
Color information
#F054B9 (or 0xF054B9) is known color: Hot Pink. HEX triplet: F0, 54 and B9. RGB value is (240,84,185). Sum of RGB (Red+Green+Blue) = 240+84+185=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F054B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F054B9 is #0FAB46. Grayscale: #8D8D8D. Windows color (decimal): -1026887 or 12145904. OLE color: 12145904.
HSL color Cylindrical-coordinate representation of color #F054B9: hue angle of 321.15º 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 #F054B9 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 185 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.06 |
| HSL | 321.15º | 0.84% | 0.64% | - |
| HSV(B) | 321.15º | 0.65% | 0.94% | - |
| XYZ | 47.86 | 28.37 | 48.85 | - |
| YUV | 142.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 185 | 0 | 0.65 | 0.23 | 0.06 | 321.15 | 0.84 | 0.64 |
| Hex | F0 | 54 | B9 | 0 | 41 | 17 | 6 | 141 | 54 | 40 |
| Octal | 360 | 124 | 271 | 0 | 101 | 27 | 6 | 501 | 124 | 100 |
| Binary | 11110000 | 1010100 | 10111001 | 0 | 1000001 | 10111 | 110 | 101000001 | 1010100 | 1000000 |
Color Harmonies of #F054B9
Complementary color
Monochromatic Colors of #F054B9
Black with #F054B9
Text Example
Text Example
White with #F054B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F054B9; }
p { color: rgb(240,84,185); }
H1.HeaderClassName
{
color: #F054B9;
}
.AnyTagClassName
{
color: #F054B9;
}
</style>
background-color css
<style>
a { background-color: #F054B9; }
a { background-color: rgb(240,84,185); }
div.DivClassName
{
background-color: #F054B9;
}
.BgClassName
{
background-color: #F054B9;
}
</style>
border-color css
<style>
span { border-color: #F054B9; }
span { border-color: rgb(240,84,185); }
td.TdClassName
{
border-color: #F054B9;
}
.TagClassName
{
border-color: #F054B9;
}
</style>