Shades of Shocking Pink #F91ADB
Tints of Shocking Pink #F91ADB
RGB
CMYK
RGB Variations
Color information
#F91ADB (or 0xF91ADB) is known color: Shocking Pink. HEX triplet: F9, 1A and DB. RGB value is (249,26,219). Sum of RGB (Red+Green+Blue) = 249+26+219=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 26 (10.55% from 255 or 5.26% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F91ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91ADB is #06E524. Grayscale: #727272. Windows color (decimal): -451877 or 14359289. OLE color: 14359289.
HSL color Cylindrical-coordinate representation of color #F91ADB: hue angle of 308.07º 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 #F91ADB is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 219 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.02 |
| HSL | 308.07º | 0.95% | 0.54% | - |
| HSV(B) | 308.07º | 0.9% | 0.98% | - |
| XYZ | 52.22 | 25.99 | 69.28 | - |
| YUV | 114.68 | 186.88 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 219 | 0 | 0.90 | 0.12 | 0.02 | 308.07 | 0.95 | 0.54 |
| Hex | F9 | 1A | DB | 0 | 5A | C | 2 | 134 | 5F | 36 |
| Octal | 371 | 32 | 333 | 0 | 132 | 14 | 2 | 464 | 137 | 66 |
| Binary | 11111001 | 11010 | 11011011 | 0 | 1011010 | 1100 | 10 | 100110100 | 1011111 | 110110 |
Color Harmonies of #F91ADB
Complementary color
Monochromatic Colors of #F91ADB
Black with #F91ADB
Text Example
Text Example
White with #F91ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91ADB; }
p { color: rgb(249,26,219); }
H1.HeaderClassName
{
color: #F91ADB;
}
.AnyTagClassName
{
color: #F91ADB;
}
</style>
background-color css
<style>
a { background-color: #F91ADB; }
a { background-color: rgb(249,26,219); }
div.DivClassName
{
background-color: #F91ADB;
}
.BgClassName
{
background-color: #F91ADB;
}
</style>
border-color css
<style>
span { border-color: #F91ADB; }
span { border-color: rgb(249,26,219); }
td.TdClassName
{
border-color: #F91ADB;
}
.TagClassName
{
border-color: #F91ADB;
}
</style>