Shades of Hot Pink #F953BF
Tints of Hot Pink #F953BF
RGB
CMYK
RGB Variations
Color information
#F953BF (or 0xF953BF) is known color: Hot Pink. HEX triplet: F9, 53 and BF. RGB value is (249,83,191). Sum of RGB (Red+Green+Blue) = 249+83+191=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F953BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953BF is #06AC40. Grayscale: #909090. Windows color (decimal): -437313 or 12538873. OLE color: 12538873.
HSL color Cylindrical-coordinate representation of color #F953BF: hue angle of 320.96º 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 #F953BF is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 191 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.02 |
| HSL | 320.96º | 0.93% | 0.65% | - |
| HSV(B) | 320.96º | 0.67% | 0.98% | - |
| XYZ | 51.56 | 30.09 | 52.38 | - |
| YUV | 144.95 | 154 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 191 | 0 | 0.67 | 0.23 | 0.02 | 320.96 | 0.93 | 0.65 |
| Hex | F9 | 53 | BF | 0 | 43 | 17 | 2 | 141 | 5D | 41 |
| Octal | 371 | 123 | 277 | 0 | 103 | 27 | 2 | 501 | 135 | 101 |
| Binary | 11111001 | 1010011 | 10111111 | 0 | 1000011 | 10111 | 10 | 101000001 | 1011101 | 1000001 |
Color Harmonies of #F953BF
Complementary color
Monochromatic Colors of #F953BF
Black with #F953BF
Text Example
Text Example
White with #F953BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953BF; }
p { color: rgb(249,83,191); }
H1.HeaderClassName
{
color: #F953BF;
}
.AnyTagClassName
{
color: #F953BF;
}
</style>
background-color css
<style>
a { background-color: #F953BF; }
a { background-color: rgb(249,83,191); }
div.DivClassName
{
background-color: #F953BF;
}
.BgClassName
{
background-color: #F953BF;
}
</style>
border-color css
<style>
span { border-color: #F953BF; }
span { border-color: rgb(249,83,191); }
td.TdClassName
{
border-color: #F953BF;
}
.TagClassName
{
border-color: #F953BF;
}
</style>