Shades of Shocking Pink #F81ACD
Tints of Shocking Pink #F81ACD
RGB
CMYK
RGB Variations
Color information
#F81ACD (or 0xF81ACD) is known color: Shocking Pink. HEX triplet: F8, 1A and CD. RGB value is (248,26,205). Sum of RGB (Red+Green+Blue) = 248+26+205=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F81ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81ACD is #07E532. Grayscale: #707070. Windows color (decimal): -517427 or 13441784. OLE color: 13441784.
HSL color Cylindrical-coordinate representation of color #F81ACD: hue angle of 311.62º 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 #F81ACD is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 205 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.03 |
| HSL | 311.62º | 0.94% | 0.54% | - |
| HSV(B) | 311.62º | 0.9% | 0.97% | - |
| XYZ | 50.1 | 25.1 | 59.96 | - |
| YUV | 112.78 | 180.05 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 205 | 0 | 0.90 | 0.17 | 0.03 | 311.62 | 0.94 | 0.54 |
| Hex | F8 | 1A | CD | 0 | 5A | 11 | 3 | 138 | 5E | 36 |
| Octal | 370 | 32 | 315 | 0 | 132 | 21 | 3 | 470 | 136 | 66 |
| Binary | 11111000 | 11010 | 11001101 | 0 | 1011010 | 10001 | 11 | 100111000 | 1011110 | 110110 |
Color Harmonies of #F81ACD
Complementary color
Monochromatic Colors of #F81ACD
Black with #F81ACD
Text Example
Text Example
White with #F81ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81ACD; }
p { color: rgb(248,26,205); }
H1.HeaderClassName
{
color: #F81ACD;
}
.AnyTagClassName
{
color: #F81ACD;
}
</style>
background-color css
<style>
a { background-color: #F81ACD; }
a { background-color: rgb(248,26,205); }
div.DivClassName
{
background-color: #F81ACD;
}
.BgClassName
{
background-color: #F81ACD;
}
</style>
border-color css
<style>
span { border-color: #F81ACD; }
span { border-color: rgb(248,26,205); }
td.TdClassName
{
border-color: #F81ACD;
}
.TagClassName
{
border-color: #F81ACD;
}
</style>