Shades of Shocking Pink #F91ABF
Tints of Shocking Pink #F91ABF
RGB
CMYK
RGB Variations
Color information
#F91ABF (or 0xF91ABF) is known color: Shocking Pink. HEX triplet: F9, 1A and BF. RGB value is (249,26,191). Sum of RGB (Red+Green+Blue) = 249+26+191=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F91ABF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91ABF is #06E540. Grayscale: #6F6F6F. Windows color (decimal): -451905 or 12524281. OLE color: 12524281.
HSL color Cylindrical-coordinate representation of color #F91ABF: hue angle of 315.61º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91ABF is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 191 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.02 |
| HSL | 315.61º | 0.95% | 0.54% | - |
| HSV(B) | 315.61º | 0.9% | 0.98% | - |
| XYZ | 48.84 | 24.64 | 51.47 | - |
| YUV | 111.49 | 172.88 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 191 | 0 | 0.90 | 0.23 | 0.02 | 315.61 | 0.95 | 0.54 |
| Hex | F9 | 1A | BF | 0 | 5A | 17 | 2 | 13C | 5F | 36 |
| Octal | 371 | 32 | 277 | 0 | 132 | 27 | 2 | 474 | 137 | 66 |
| Binary | 11111001 | 11010 | 10111111 | 0 | 1011010 | 10111 | 10 | 100111100 | 1011111 | 110110 |
Color Harmonies of #F91ABF
Complementary color
Monochromatic Colors of #F91ABF
Black with #F91ABF
Text Example
Text Example
White with #F91ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91ABF; }
p { color: rgb(249,26,191); }
H1.HeaderClassName
{
color: #F91ABF;
}
.AnyTagClassName
{
color: #F91ABF;
}
</style>
background-color css
<style>
a { background-color: #F91ABF; }
a { background-color: rgb(249,26,191); }
div.DivClassName
{
background-color: #F91ABF;
}
.BgClassName
{
background-color: #F91ABF;
}
</style>
border-color css
<style>
span { border-color: #F91ABF; }
span { border-color: rgb(249,26,191); }
td.TdClassName
{
border-color: #F91ABF;
}
.TagClassName
{
border-color: #F91ABF;
}
</style>