Shades of Shocking Pink #F91ADA
Tints of Shocking Pink #F91ADA
RGB
CMYK
RGB Variations
Color information
#F91ADA (or 0xF91ADA) is known color: Shocking Pink. HEX triplet: F9, 1A and DA. RGB value is (249,26,218). Sum of RGB (Red+Green+Blue) = 249+26+218=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 26 (10.55% from 255 or 5.27% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F91ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91ADA is #06E525. Grayscale: #727272. Windows color (decimal): -451878 or 14293753. OLE color: 14293753.
HSL color Cylindrical-coordinate representation of color #F91ADA: hue angle of 308.34º 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 #F91ADA is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 218 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.02 |
| HSL | 308.34º | 0.95% | 0.54% | - |
| HSV(B) | 308.34º | 0.9% | 0.98% | - |
| XYZ | 52.09 | 25.94 | 68.59 | - |
| YUV | 114.57 | 186.38 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 218 | 0 | 0.90 | 0.12 | 0.02 | 308.34 | 0.95 | 0.54 |
| Hex | F9 | 1A | DA | 0 | 5A | C | 2 | 134 | 5F | 36 |
| Octal | 371 | 32 | 332 | 0 | 132 | 14 | 2 | 464 | 137 | 66 |
| Binary | 11111001 | 11010 | 11011010 | 0 | 1011010 | 1100 | 10 | 100110100 | 1011111 | 110110 |
Color Harmonies of #F91ADA
Complementary color
Monochromatic Colors of #F91ADA
Black with #F91ADA
Text Example
Text Example
White with #F91ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91ADA; }
p { color: rgb(249,26,218); }
H1.HeaderClassName
{
color: #F91ADA;
}
.AnyTagClassName
{
color: #F91ADA;
}
</style>
background-color css
<style>
a { background-color: #F91ADA; }
a { background-color: rgb(249,26,218); }
div.DivClassName
{
background-color: #F91ADA;
}
.BgClassName
{
background-color: #F91ADA;
}
</style>
border-color css
<style>
span { border-color: #F91ADA; }
span { border-color: rgb(249,26,218); }
td.TdClassName
{
border-color: #F91ADA;
}
.TagClassName
{
border-color: #F91ADA;
}
</style>