Shades of Shocking Pink #F91ACC
Tints of Shocking Pink #F91ACC
RGB
CMYK
RGB Variations
Color information
#F91ACC (or 0xF91ACC) is known color: Shocking Pink. HEX triplet: F9, 1A and CC. RGB value is (249,26,204). Sum of RGB (Red+Green+Blue) = 249+26+204=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F91ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91ACC is #06E533. Grayscale: #707070. Windows color (decimal): -451892 or 13376249. OLE color: 13376249.
HSL color Cylindrical-coordinate representation of color #F91ACC: hue angle of 312.11º 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 #F91ACC is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 204 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.02 |
| HSL | 312.11º | 0.95% | 0.54% | - |
| HSV(B) | 312.11º | 0.9% | 0.98% | - |
| XYZ | 50.34 | 25.24 | 59.35 | - |
| YUV | 112.97 | 179.38 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 204 | 0 | 0.90 | 0.18 | 0.02 | 312.11 | 0.95 | 0.54 |
| Hex | F9 | 1A | CC | 0 | 5A | 12 | 2 | 138 | 5F | 36 |
| Octal | 371 | 32 | 314 | 0 | 132 | 22 | 2 | 470 | 137 | 66 |
| Binary | 11111001 | 11010 | 11001100 | 0 | 1011010 | 10010 | 10 | 100111000 | 1011111 | 110110 |
Color Harmonies of #F91ACC
Complementary color
Monochromatic Colors of #F91ACC
Black with #F91ACC
Text Example
Text Example
White with #F91ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91ACC; }
p { color: rgb(249,26,204); }
H1.HeaderClassName
{
color: #F91ACC;
}
.AnyTagClassName
{
color: #F91ACC;
}
</style>
background-color css
<style>
a { background-color: #F91ACC; }
a { background-color: rgb(249,26,204); }
div.DivClassName
{
background-color: #F91ACC;
}
.BgClassName
{
background-color: #F91ACC;
}
</style>
border-color css
<style>
span { border-color: #F91ACC; }
span { border-color: rgb(249,26,204); }
td.TdClassName
{
border-color: #F91ACC;
}
.TagClassName
{
border-color: #F91ACC;
}
</style>