Shades of Hot Pink #F957BA
Tints of Hot Pink #F957BA
RGB
CMYK
RGB Variations
Color information
#F957BA (or 0xF957BA) is known color: Hot Pink. HEX triplet: F9, 57 and BA. RGB value is (249,87,186). Sum of RGB (Red+Green+Blue) = 249+87+186=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 87 (34.38% from 255 or 16.67% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F957BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F957BA is #06A845. Grayscale: #929292. Windows color (decimal): -436294 or 12212217. OLE color: 12212217.
HSL color Cylindrical-coordinate representation of color #F957BA: hue angle of 323.33º 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 #F957BA is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 186 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.02 |
| HSL | 323.33º | 0.93% | 0.66% | - |
| HSV(B) | 323.33º | 0.65% | 0.98% | - |
| XYZ | 51.34 | 30.5 | 49.64 | - |
| YUV | 146.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 186 | 0 | 0.65 | 0.25 | 0.02 | 323.33 | 0.93 | 0.66 |
| Hex | F9 | 57 | BA | 0 | 41 | 19 | 2 | 143 | 5D | 42 |
| Octal | 371 | 127 | 272 | 0 | 101 | 31 | 2 | 503 | 135 | 102 |
| Binary | 11111001 | 1010111 | 10111010 | 0 | 1000001 | 11001 | 10 | 101000011 | 1011101 | 1000010 |
Color Harmonies of #F957BA
Complementary color
Monochromatic Colors of #F957BA
Black with #F957BA
Text Example
Text Example
White with #F957BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F957BA; }
p { color: rgb(249,87,186); }
H1.HeaderClassName
{
color: #F957BA;
}
.AnyTagClassName
{
color: #F957BA;
}
</style>
background-color css
<style>
a { background-color: #F957BA; }
a { background-color: rgb(249,87,186); }
div.DivClassName
{
background-color: #F957BA;
}
.BgClassName
{
background-color: #F957BA;
}
</style>
border-color css
<style>
span { border-color: #F957BA; }
span { border-color: rgb(249,87,186); }
td.TdClassName
{
border-color: #F957BA;
}
.TagClassName
{
border-color: #F957BA;
}
</style>