Shades of Shocking Pink #F91ACB
Tints of Shocking Pink #F91ACB
RGB
CMYK
RGB Variations
Color information
#F91ACB (or 0xF91ACB) is known color: Shocking Pink. HEX triplet: F9, 1A and CB. RGB value is (249,26,203). Sum of RGB (Red+Green+Blue) = 249+26+203=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F91ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91ACB is #06E534. Grayscale: #707070. Windows color (decimal): -451893 or 13310713. OLE color: 13310713.
HSL color Cylindrical-coordinate representation of color #F91ACB: hue angle of 312.38º 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 #F91ACB is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 203 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.02 |
| HSL | 312.38º | 0.95% | 0.54% | - |
| HSV(B) | 312.38º | 0.9% | 0.98% | - |
| XYZ | 50.22 | 25.19 | 58.72 | - |
| YUV | 112.86 | 178.88 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 203 | 0 | 0.90 | 0.18 | 0.02 | 312.38 | 0.95 | 0.54 |
| Hex | F9 | 1A | CB | 0 | 5A | 12 | 2 | 138 | 5F | 36 |
| Octal | 371 | 32 | 313 | 0 | 132 | 22 | 2 | 470 | 137 | 66 |
| Binary | 11111001 | 11010 | 11001011 | 0 | 1011010 | 10010 | 10 | 100111000 | 1011111 | 110110 |
Color Harmonies of #F91ACB
Complementary color
Monochromatic Colors of #F91ACB
Black with #F91ACB
Text Example
Text Example
White with #F91ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91ACB; }
p { color: rgb(249,26,203); }
H1.HeaderClassName
{
color: #F91ACB;
}
.AnyTagClassName
{
color: #F91ACB;
}
</style>
background-color css
<style>
a { background-color: #F91ACB; }
a { background-color: rgb(249,26,203); }
div.DivClassName
{
background-color: #F91ACB;
}
.BgClassName
{
background-color: #F91ACB;
}
</style>
border-color css
<style>
span { border-color: #F91ACB; }
span { border-color: rgb(249,26,203); }
td.TdClassName
{
border-color: #F91ACB;
}
.TagClassName
{
border-color: #F91ACB;
}
</style>