Shades of Hot Pink #F958BA
Tints of Hot Pink #F958BA
RGB
CMYK
RGB Variations
Color information
#F958BA (or 0xF958BA) is known color: Hot Pink. HEX triplet: F9, 58 and BA. RGB value is (249,88,186). Sum of RGB (Red+Green+Blue) = 249+88+186=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F958BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F958BA is #06A745. Grayscale: #939393. Windows color (decimal): -436038 or 12212473. OLE color: 12212473.
HSL color Cylindrical-coordinate representation of color #F958BA: hue angle of 323.48º 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 #F958BA is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 88 | 186 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.02 |
| HSL | 323.48º | 0.93% | 0.66% | - |
| HSV(B) | 323.48º | 0.65% | 0.98% | - |
| XYZ | 51.42 | 30.66 | 49.66 | - |
| YUV | 147.31 | 149.84 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 88 | 186 | 0 | 0.65 | 0.25 | 0.02 | 323.48 | 0.93 | 0.66 |
| Hex | F9 | 58 | BA | 0 | 41 | 19 | 2 | 143 | 5D | 42 |
| Octal | 371 | 130 | 272 | 0 | 101 | 31 | 2 | 503 | 135 | 102 |
| Binary | 11111001 | 1011000 | 10111010 | 0 | 1000001 | 11001 | 10 | 101000011 | 1011101 | 1000010 |
Color Harmonies of #F958BA
Complementary color
Monochromatic Colors of #F958BA
Black with #F958BA
Text Example
Text Example
White with #F958BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F958BA; }
p { color: rgb(249,88,186); }
H1.HeaderClassName
{
color: #F958BA;
}
.AnyTagClassName
{
color: #F958BA;
}
</style>
background-color css
<style>
a { background-color: #F958BA; }
a { background-color: rgb(249,88,186); }
div.DivClassName
{
background-color: #F958BA;
}
.BgClassName
{
background-color: #F958BA;
}
</style>
border-color css
<style>
span { border-color: #F958BA; }
span { border-color: rgb(249,88,186); }
td.TdClassName
{
border-color: #F958BA;
}
.TagClassName
{
border-color: #F958BA;
}
</style>