Shades of Shocking Pink #F11ADA
Tints of Shocking Pink #F11ADA
RGB
CMYK
RGB Variations
Color information
#F11ADA (or 0xF11ADA) is known color: Shocking Pink. HEX triplet: F1, 1A and DA. RGB value is (241,26,218). Sum of RGB (Red+Green+Blue) = 241+26+218=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ADA is #0EE525. Grayscale: #6F6F6F. Windows color (decimal): -976166 or 14293745. OLE color: 14293745.
HSL color Cylindrical-coordinate representation of color #F11ADA: hue angle of 306.42º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11ADA is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 218 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.05 |
| HSL | 306.42º | 0.88% | 0.52% | - |
| HSV(B) | 306.42º | 0.89% | 0.95% | - |
| XYZ | 49.3 | 24.5 | 68.46 | - |
| YUV | 112.17 | 187.73 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 218 | 0 | 0.89 | 0.10 | 0.05 | 306.42 | 0.88 | 0.52 |
| Hex | F1 | 1A | DA | 0 | 59 | A | 5 | 132 | 58 | 34 |
| Octal | 361 | 32 | 332 | 0 | 131 | 12 | 5 | 462 | 130 | 64 |
| Binary | 11110001 | 11010 | 11011010 | 0 | 1011001 | 1010 | 101 | 100110010 | 1011000 | 110100 |
Color Harmonies of #F11ADA
Complementary color
Monochromatic Colors of #F11ADA
Black with #F11ADA
Text Example
Text Example
White with #F11ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11ADA; }
p { color: rgb(241,26,218); }
H1.HeaderClassName
{
color: #F11ADA;
}
.AnyTagClassName
{
color: #F11ADA;
}
</style>
background-color css
<style>
a { background-color: #F11ADA; }
a { background-color: rgb(241,26,218); }
div.DivClassName
{
background-color: #F11ADA;
}
.BgClassName
{
background-color: #F11ADA;
}
</style>
border-color css
<style>
span { border-color: #F11ADA; }
span { border-color: rgb(241,26,218); }
td.TdClassName
{
border-color: #F11ADA;
}
.TagClassName
{
border-color: #F11ADA;
}
</style>