Shades of Hot Pink #F958BE
Tints of Hot Pink #F958BE
RGB
CMYK
RGB Variations
Color information
#F958BE (or 0xF958BE) is known color: Hot Pink. HEX triplet: F9, 58 and BE. RGB value is (249,88,190). Sum of RGB (Red+Green+Blue) = 249+88+190=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F958BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F958BE is #06A741. Grayscale: #939393. Windows color (decimal): -436034 or 12474617. OLE color: 12474617.
HSL color Cylindrical-coordinate representation of color #F958BE: hue angle of 321.99º 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 #F958BE is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 88 | 190 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.02 |
| HSL | 321.99º | 0.93% | 0.66% | - |
| HSV(B) | 321.99º | 0.65% | 0.98% | - |
| XYZ | 51.85 | 30.84 | 51.93 | - |
| YUV | 147.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 88 | 190 | 0 | 0.65 | 0.24 | 0.02 | 321.99 | 0.93 | 0.66 |
| Hex | F9 | 58 | BE | 0 | 41 | 18 | 2 | 142 | 5D | 42 |
| Octal | 371 | 130 | 276 | 0 | 101 | 30 | 2 | 502 | 135 | 102 |
| Binary | 11111001 | 1011000 | 10111110 | 0 | 1000001 | 11000 | 10 | 101000010 | 1011101 | 1000010 |
Color Harmonies of #F958BE
Complementary color
Monochromatic Colors of #F958BE
Black with #F958BE
Text Example
Text Example
White with #F958BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F958BE; }
p { color: rgb(249,88,190); }
H1.HeaderClassName
{
color: #F958BE;
}
.AnyTagClassName
{
color: #F958BE;
}
</style>
background-color css
<style>
a { background-color: #F958BE; }
a { background-color: rgb(249,88,190); }
div.DivClassName
{
background-color: #F958BE;
}
.BgClassName
{
background-color: #F958BE;
}
</style>
border-color css
<style>
span { border-color: #F958BE; }
span { border-color: rgb(249,88,190); }
td.TdClassName
{
border-color: #F958BE;
}
.TagClassName
{
border-color: #F958BE;
}
</style>