Shades of Hot Pink #F954BC
Tints of Hot Pink #F954BC
RGB
CMYK
RGB Variations
Color information
#F954BC (or 0xF954BC) is known color: Hot Pink. HEX triplet: F9, 54 and BC. RGB value is (249,84,188). Sum of RGB (Red+Green+Blue) = 249+84+188=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F954BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F954BC is #06AB43. Grayscale: #909090. Windows color (decimal): -437060 or 12342521. OLE color: 12342521.
HSL color Cylindrical-coordinate representation of color #F954BC: hue angle of 322.18º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F954BC is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 188 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.02 |
| HSL | 322.18º | 0.93% | 0.65% | - |
| HSV(B) | 322.18º | 0.66% | 0.98% | - |
| XYZ | 51.31 | 30.11 | 50.68 | - |
| YUV | 145.19 | 152.16 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 188 | 0 | 0.66 | 0.24 | 0.02 | 322.18 | 0.93 | 0.65 |
| Hex | F9 | 54 | BC | 0 | 42 | 18 | 2 | 142 | 5D | 41 |
| Octal | 371 | 124 | 274 | 0 | 102 | 30 | 2 | 502 | 135 | 101 |
| Binary | 11111001 | 1010100 | 10111100 | 0 | 1000010 | 11000 | 10 | 101000010 | 1011101 | 1000001 |
Color Harmonies of #F954BC
Complementary color
Monochromatic Colors of #F954BC
Black with #F954BC
Text Example
Text Example
White with #F954BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F954BC; }
p { color: rgb(249,84,188); }
H1.HeaderClassName
{
color: #F954BC;
}
.AnyTagClassName
{
color: #F954BC;
}
</style>
background-color css
<style>
a { background-color: #F954BC; }
a { background-color: rgb(249,84,188); }
div.DivClassName
{
background-color: #F954BC;
}
.BgClassName
{
background-color: #F954BC;
}
</style>
border-color css
<style>
span { border-color: #F954BC; }
span { border-color: rgb(249,84,188); }
td.TdClassName
{
border-color: #F954BC;
}
.TagClassName
{
border-color: #F954BC;
}
</style>