Shades of Shocking Pink #F81ACC
Tints of Shocking Pink #F81ACC
RGB
CMYK
RGB Variations
Color information
#F81ACC (or 0xF81ACC) is known color: Shocking Pink. HEX triplet: F8, 1A and CC. RGB value is (248,26,204). Sum of RGB (Red+Green+Blue) = 248+26+204=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F81ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81ACC is #07E533. Grayscale: #707070. Windows color (decimal): -517428 or 13376248. OLE color: 13376248.
HSL color Cylindrical-coordinate representation of color #F81ACC: hue angle of 311.89º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81ACC is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 204 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.03 |
| HSL | 311.89º | 0.94% | 0.54% | - |
| HSV(B) | 311.89º | 0.9% | 0.97% | - |
| XYZ | 49.98 | 25.05 | 59.33 | - |
| YUV | 112.67 | 179.55 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 204 | 0 | 0.90 | 0.18 | 0.03 | 311.89 | 0.94 | 0.54 |
| Hex | F8 | 1A | CC | 0 | 5A | 12 | 3 | 138 | 5E | 36 |
| Octal | 370 | 32 | 314 | 0 | 132 | 22 | 3 | 470 | 136 | 66 |
| Binary | 11111000 | 11010 | 11001100 | 0 | 1011010 | 10010 | 11 | 100111000 | 1011110 | 110110 |
Color Harmonies of #F81ACC
Complementary color
Monochromatic Colors of #F81ACC
Black with #F81ACC
Text Example
Text Example
White with #F81ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81ACC; }
p { color: rgb(248,26,204); }
H1.HeaderClassName
{
color: #F81ACC;
}
.AnyTagClassName
{
color: #F81ACC;
}
</style>
background-color css
<style>
a { background-color: #F81ACC; }
a { background-color: rgb(248,26,204); }
div.DivClassName
{
background-color: #F81ACC;
}
.BgClassName
{
background-color: #F81ACC;
}
</style>
border-color css
<style>
span { border-color: #F81ACC; }
span { border-color: rgb(248,26,204); }
td.TdClassName
{
border-color: #F81ACC;
}
.TagClassName
{
border-color: #F81ACC;
}
</style>