Shades of Hot Pink #F953BC
Tints of Hot Pink #F953BC
RGB
CMYK
RGB Variations
Color information
#F953BC (or 0xF953BC) is known color: Hot Pink. HEX triplet: F9, 53 and BC. RGB value is (249,83,188). Sum of RGB (Red+Green+Blue) = 249+83+188=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F953BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953BC is #06AC43. Grayscale: #909090. Windows color (decimal): -437316 or 12342265. OLE color: 12342265.
HSL color Cylindrical-coordinate representation of color #F953BC: hue angle of 322.05º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F953BC is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 188 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.02 |
| HSL | 322.05º | 0.93% | 0.65% | - |
| HSV(B) | 322.05º | 0.67% | 0.98% | - |
| XYZ | 51.24 | 29.96 | 50.66 | - |
| YUV | 144.6 | 152.5 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 188 | 0 | 0.67 | 0.24 | 0.02 | 322.05 | 0.93 | 0.65 |
| Hex | F9 | 53 | BC | 0 | 43 | 18 | 2 | 142 | 5D | 41 |
| Octal | 371 | 123 | 274 | 0 | 103 | 30 | 2 | 502 | 135 | 101 |
| Binary | 11111001 | 1010011 | 10111100 | 0 | 1000011 | 11000 | 10 | 101000010 | 1011101 | 1000001 |
Color Harmonies of #F953BC
Complementary color
Monochromatic Colors of #F953BC
Black with #F953BC
Text Example
Text Example
White with #F953BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953BC; }
p { color: rgb(249,83,188); }
H1.HeaderClassName
{
color: #F953BC;
}
.AnyTagClassName
{
color: #F953BC;
}
</style>
background-color css
<style>
a { background-color: #F953BC; }
a { background-color: rgb(249,83,188); }
div.DivClassName
{
background-color: #F953BC;
}
.BgClassName
{
background-color: #F953BC;
}
</style>
border-color css
<style>
span { border-color: #F953BC; }
span { border-color: rgb(249,83,188); }
td.TdClassName
{
border-color: #F953BC;
}
.TagClassName
{
border-color: #F953BC;
}
</style>