Shades of Hot Pink #F956BC
Tints of Hot Pink #F956BC
RGB
CMYK
RGB Variations
Color information
#F956BC (or 0xF956BC) is known color: Hot Pink. HEX triplet: F9, 56 and BC. RGB value is (249,86,188). Sum of RGB (Red+Green+Blue) = 249+86+188=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 86 (33.98% from 255 or 16.44% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F956BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F956BC is #06A943. Grayscale: #929292. Windows color (decimal): -436548 or 12343033. OLE color: 12343033.
HSL color Cylindrical-coordinate representation of color #F956BC: hue angle of 322.45º 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 #F956BC is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 86 | 188 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.02 |
| HSL | 322.45º | 0.93% | 0.66% | - |
| HSV(B) | 322.45º | 0.65% | 0.98% | - |
| XYZ | 51.47 | 30.43 | 50.74 | - |
| YUV | 146.37 | 151.5 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 188 | 0 | 0.65 | 0.24 | 0.02 | 322.45 | 0.93 | 0.66 |
| Hex | F9 | 56 | BC | 0 | 41 | 18 | 2 | 142 | 5D | 42 |
| Octal | 371 | 126 | 274 | 0 | 101 | 30 | 2 | 502 | 135 | 102 |
| Binary | 11111001 | 1010110 | 10111100 | 0 | 1000001 | 11000 | 10 | 101000010 | 1011101 | 1000010 |
Color Harmonies of #F956BC
Complementary color
Monochromatic Colors of #F956BC
Black with #F956BC
Text Example
Text Example
White with #F956BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F956BC; }
p { color: rgb(249,86,188); }
H1.HeaderClassName
{
color: #F956BC;
}
.AnyTagClassName
{
color: #F956BC;
}
</style>
background-color css
<style>
a { background-color: #F956BC; }
a { background-color: rgb(249,86,188); }
div.DivClassName
{
background-color: #F956BC;
}
.BgClassName
{
background-color: #F956BC;
}
</style>
border-color css
<style>
span { border-color: #F956BC; }
span { border-color: rgb(249,86,188); }
td.TdClassName
{
border-color: #F956BC;
}
.TagClassName
{
border-color: #F956BC;
}
</style>