Shades of Hot Pink #F953B9
Tints of Hot Pink #F953B9
RGB
CMYK
RGB Variations
Color information
#F953B9 (or 0xF953B9) is known color: Hot Pink. HEX triplet: F9, 53 and B9. RGB value is (249,83,185). Sum of RGB (Red+Green+Blue) = 249+83+185=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F953B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953B9 is #06AC46. Grayscale: #909090. Windows color (decimal): -437319 or 12145657. OLE color: 12145657.
HSL color Cylindrical-coordinate representation of color #F953B9: hue angle of 323.13º 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 #F953B9 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 185 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.02 |
| HSL | 323.13º | 0.93% | 0.65% | - |
| HSV(B) | 323.13º | 0.67% | 0.98% | - |
| XYZ | 50.92 | 29.83 | 48.97 | - |
| YUV | 144.26 | 151 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 185 | 0 | 0.67 | 0.26 | 0.02 | 323.13 | 0.93 | 0.65 |
| Hex | F9 | 53 | B9 | 0 | 43 | 1A | 2 | 143 | 5D | 41 |
| Octal | 371 | 123 | 271 | 0 | 103 | 32 | 2 | 503 | 135 | 101 |
| Binary | 11111001 | 1010011 | 10111001 | 0 | 1000011 | 11010 | 10 | 101000011 | 1011101 | 1000001 |
Color Harmonies of #F953B9
Complementary color
Monochromatic Colors of #F953B9
Black with #F953B9
Text Example
Text Example
White with #F953B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953B9; }
p { color: rgb(249,83,185); }
H1.HeaderClassName
{
color: #F953B9;
}
.AnyTagClassName
{
color: #F953B9;
}
</style>
background-color css
<style>
a { background-color: #F953B9; }
a { background-color: rgb(249,83,185); }
div.DivClassName
{
background-color: #F953B9;
}
.BgClassName
{
background-color: #F953B9;
}
</style>
border-color css
<style>
span { border-color: #F953B9; }
span { border-color: rgb(249,83,185); }
td.TdClassName
{
border-color: #F953B9;
}
.TagClassName
{
border-color: #F953B9;
}
</style>