Shades of Shocking Pink #F81ADB
Tints of Shocking Pink #F81ADB
RGB
CMYK
RGB Variations
Color information
#F81ADB (or 0xF81ADB) is known color: Shocking Pink. HEX triplet: F8, 1A and DB. RGB value is (248,26,219). Sum of RGB (Red+Green+Blue) = 248+26+219=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 26 (10.55% from 255 or 5.27% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F81ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81ADB is #07E524. Grayscale: #717171. Windows color (decimal): -517413 or 14359288. OLE color: 14359288.
HSL color Cylindrical-coordinate representation of color #F81ADB: hue angle of 307.84º 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 #F81ADB is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 219 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.03 |
| HSL | 307.84º | 0.94% | 0.54% | - |
| HSV(B) | 307.84º | 0.9% | 0.97% | - |
| XYZ | 51.87 | 25.81 | 69.27 | - |
| YUV | 114.38 | 187.05 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 219 | 0 | 0.90 | 0.12 | 0.03 | 307.84 | 0.94 | 0.54 |
| Hex | F8 | 1A | DB | 0 | 5A | C | 3 | 134 | 5E | 36 |
| Octal | 370 | 32 | 333 | 0 | 132 | 14 | 3 | 464 | 136 | 66 |
| Binary | 11111000 | 11010 | 11011011 | 0 | 1011010 | 1100 | 11 | 100110100 | 1011110 | 110110 |
Color Harmonies of #F81ADB
Complementary color
Monochromatic Colors of #F81ADB
Black with #F81ADB
Text Example
Text Example
White with #F81ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81ADB; }
p { color: rgb(248,26,219); }
H1.HeaderClassName
{
color: #F81ADB;
}
.AnyTagClassName
{
color: #F81ADB;
}
</style>
background-color css
<style>
a { background-color: #F81ADB; }
a { background-color: rgb(248,26,219); }
div.DivClassName
{
background-color: #F81ADB;
}
.BgClassName
{
background-color: #F81ADB;
}
</style>
border-color css
<style>
span { border-color: #F81ADB; }
span { border-color: rgb(248,26,219); }
td.TdClassName
{
border-color: #F81ADB;
}
.TagClassName
{
border-color: #F81ADB;
}
</style>