Shades of Hot Pink #F957BC
Tints of Hot Pink #F957BC
RGB
CMYK
RGB Variations
Color information
#F957BC (or 0xF957BC) is known color: Hot Pink. HEX triplet: F9, 57 and BC. RGB value is (249,87,188). Sum of RGB (Red+Green+Blue) = 249+87+188=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 87 (34.38% from 255 or 16.60% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F957BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F957BC is #06A843. Grayscale: #929292. Windows color (decimal): -436292 or 12343289. OLE color: 12343289.
HSL color Cylindrical-coordinate representation of color #F957BC: hue angle of 322.59º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F957BC is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 188 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.02 |
| HSL | 322.59º | 0.93% | 0.66% | - |
| HSV(B) | 322.59º | 0.65% | 0.98% | - |
| XYZ | 51.55 | 30.59 | 50.76 | - |
| YUV | 146.95 | 151.17 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 188 | 0 | 0.65 | 0.24 | 0.02 | 322.59 | 0.93 | 0.66 |
| Hex | F9 | 57 | BC | 0 | 41 | 18 | 2 | 143 | 5D | 42 |
| Octal | 371 | 127 | 274 | 0 | 101 | 30 | 2 | 503 | 135 | 102 |
| Binary | 11111001 | 1010111 | 10111100 | 0 | 1000001 | 11000 | 10 | 101000011 | 1011101 | 1000010 |
Color Harmonies of #F957BC
Complementary color
Monochromatic Colors of #F957BC
Black with #F957BC
Text Example
Text Example
White with #F957BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F957BC; }
p { color: rgb(249,87,188); }
H1.HeaderClassName
{
color: #F957BC;
}
.AnyTagClassName
{
color: #F957BC;
}
</style>
background-color css
<style>
a { background-color: #F957BC; }
a { background-color: rgb(249,87,188); }
div.DivClassName
{
background-color: #F957BC;
}
.BgClassName
{
background-color: #F957BC;
}
</style>
border-color css
<style>
span { border-color: #F957BC; }
span { border-color: rgb(249,87,188); }
td.TdClassName
{
border-color: #F957BC;
}
.TagClassName
{
border-color: #F957BC;
}
</style>