Shades of Hot Pink #F953BB
Tints of Hot Pink #F953BB
RGB
CMYK
RGB Variations
Color information
#F953BB (or 0xF953BB) is known color: Hot Pink. HEX triplet: F9, 53 and BB. RGB value is (249,83,187). Sum of RGB (Red+Green+Blue) = 249+83+187=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F953BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953BB is #06AC44. Grayscale: #909090. Windows color (decimal): -437317 or 12276729. OLE color: 12276729.
HSL color Cylindrical-coordinate representation of color #F953BB: hue angle of 322.41º 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 #F953BB is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 187 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.02 |
| HSL | 322.41º | 0.93% | 0.65% | - |
| HSV(B) | 322.41º | 0.67% | 0.98% | - |
| XYZ | 51.13 | 29.91 | 50.09 | - |
| YUV | 144.49 | 152 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 187 | 0 | 0.67 | 0.25 | 0.02 | 322.41 | 0.93 | 0.65 |
| Hex | F9 | 53 | BB | 0 | 43 | 19 | 2 | 142 | 5D | 41 |
| Octal | 371 | 123 | 273 | 0 | 103 | 31 | 2 | 502 | 135 | 101 |
| Binary | 11111001 | 1010011 | 10111011 | 0 | 1000011 | 11001 | 10 | 101000010 | 1011101 | 1000001 |
Color Harmonies of #F953BB
Complementary color
Monochromatic Colors of #F953BB
Black with #F953BB
Text Example
Text Example
White with #F953BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953BB; }
p { color: rgb(249,83,187); }
H1.HeaderClassName
{
color: #F953BB;
}
.AnyTagClassName
{
color: #F953BB;
}
</style>
background-color css
<style>
a { background-color: #F953BB; }
a { background-color: rgb(249,83,187); }
div.DivClassName
{
background-color: #F953BB;
}
.BgClassName
{
background-color: #F953BB;
}
</style>
border-color css
<style>
span { border-color: #F953BB; }
span { border-color: rgb(249,83,187); }
td.TdClassName
{
border-color: #F953BB;
}
.TagClassName
{
border-color: #F953BB;
}
</style>