Shades of Hot Pink #F955BC
Tints of Hot Pink #F955BC
RGB
CMYK
RGB Variations
Color information
#F955BC (or 0xF955BC) is known color: Hot Pink. HEX triplet: F9, 55 and BC. RGB value is (249,85,188). Sum of RGB (Red+Green+Blue) = 249+85+188=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F955BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F955BC is #06AA43. Grayscale: #919191. Windows color (decimal): -436804 or 12342777. OLE color: 12342777.
HSL color Cylindrical-coordinate representation of color #F955BC: hue angle of 322.32º 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 #F955BC is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 188 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.02 |
| HSL | 322.32º | 0.93% | 0.65% | - |
| HSV(B) | 322.32º | 0.66% | 0.98% | - |
| XYZ | 51.39 | 30.27 | 50.71 | - |
| YUV | 145.78 | 151.83 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 188 | 0 | 0.66 | 0.24 | 0.02 | 322.32 | 0.93 | 0.65 |
| Hex | F9 | 55 | BC | 0 | 42 | 18 | 2 | 142 | 5D | 41 |
| Octal | 371 | 125 | 274 | 0 | 102 | 30 | 2 | 502 | 135 | 101 |
| Binary | 11111001 | 1010101 | 10111100 | 0 | 1000010 | 11000 | 10 | 101000010 | 1011101 | 1000001 |
Color Harmonies of #F955BC
Complementary color
Monochromatic Colors of #F955BC
Black with #F955BC
Text Example
Text Example
White with #F955BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F955BC; }
p { color: rgb(249,85,188); }
H1.HeaderClassName
{
color: #F955BC;
}
.AnyTagClassName
{
color: #F955BC;
}
</style>
background-color css
<style>
a { background-color: #F955BC; }
a { background-color: rgb(249,85,188); }
div.DivClassName
{
background-color: #F955BC;
}
.BgClassName
{
background-color: #F955BC;
}
</style>
border-color css
<style>
span { border-color: #F955BC; }
span { border-color: rgb(249,85,188); }
td.TdClassName
{
border-color: #F955BC;
}
.TagClassName
{
border-color: #F955BC;
}
</style>