Shades of Shocking Pink #F11BDA
Tints of Shocking Pink #F11BDA
RGB
CMYK
RGB Variations
Color information
#F11BDA (or 0xF11BDA) is known color: Shocking Pink. HEX triplet: F1, 1B and DA. RGB value is (241,27,218). Sum of RGB (Red+Green+Blue) = 241+27+218=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 27 (10.94% from 255 or 5.56% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F11BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11BDA is #0EE425. Grayscale: #707070. Windows color (decimal): -975910 or 14294001. OLE color: 14294001.
HSL color Cylindrical-coordinate representation of color #F11BDA: hue angle of 306.45º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11BDA is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 218 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.05 |
| HSL | 306.45º | 0.88% | 0.53% | - |
| HSV(B) | 306.45º | 0.89% | 0.95% | - |
| XYZ | 49.32 | 24.55 | 68.47 | - |
| YUV | 112.76 | 187.4 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 218 | 0 | 0.89 | 0.10 | 0.05 | 306.45 | 0.88 | 0.53 |
| Hex | F1 | 1B | DA | 0 | 59 | A | 5 | 132 | 58 | 35 |
| Octal | 361 | 33 | 332 | 0 | 131 | 12 | 5 | 462 | 130 | 65 |
| Binary | 11110001 | 11011 | 11011010 | 0 | 1011001 | 1010 | 101 | 100110010 | 1011000 | 110101 |
Color Harmonies of #F11BDA
Complementary color
Monochromatic Colors of #F11BDA
Black with #F11BDA
Text Example
Text Example
White with #F11BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11BDA; }
p { color: rgb(241,27,218); }
H1.HeaderClassName
{
color: #F11BDA;
}
.AnyTagClassName
{
color: #F11BDA;
}
</style>
background-color css
<style>
a { background-color: #F11BDA; }
a { background-color: rgb(241,27,218); }
div.DivClassName
{
background-color: #F11BDA;
}
.BgClassName
{
background-color: #F11BDA;
}
</style>
border-color css
<style>
span { border-color: #F11BDA; }
span { border-color: rgb(241,27,218); }
td.TdClassName
{
border-color: #F11BDA;
}
.TagClassName
{
border-color: #F11BDA;
}
</style>