Shades of Shocking Pink #F11DBB
Tints of Shocking Pink #F11DBB
RGB
CMYK
RGB Variations
Color information
#F11DBB (or 0xF11DBB) is known color: Shocking Pink. HEX triplet: F1, 1D and BB. RGB value is (241,29,187). Sum of RGB (Red+Green+Blue) = 241+29+187=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 29 (11.72% from 255 or 6.35% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DBB is #0EE244. Grayscale: #6D6D6D. Windows color (decimal): -975429 or 12262897. OLE color: 12262897.
HSL color Cylindrical-coordinate representation of color #F11DBB: hue angle of 315.28º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11DBB is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 187 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.05 |
| HSL | 315.28º | 0.88% | 0.53% | - |
| HSV(B) | 315.28º | 0.88% | 0.95% | - |
| XYZ | 45.68 | 23.17 | 49.08 | - |
| YUV | 110.4 | 171.24 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 187 | 0 | 0.88 | 0.22 | 0.05 | 315.28 | 0.88 | 0.53 |
| Hex | F1 | 1D | BB | 0 | 58 | 16 | 5 | 13B | 58 | 35 |
| Octal | 361 | 35 | 273 | 0 | 130 | 26 | 5 | 473 | 130 | 65 |
| Binary | 11110001 | 11101 | 10111011 | 0 | 1011000 | 10110 | 101 | 100111011 | 1011000 | 110101 |
Color Harmonies of #F11DBB
Complementary color
Monochromatic Colors of #F11DBB
Black with #F11DBB
Text Example
Text Example
White with #F11DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11DBB; }
p { color: rgb(241,29,187); }
H1.HeaderClassName
{
color: #F11DBB;
}
.AnyTagClassName
{
color: #F11DBB;
}
</style>
background-color css
<style>
a { background-color: #F11DBB; }
a { background-color: rgb(241,29,187); }
div.DivClassName
{
background-color: #F11DBB;
}
.BgClassName
{
background-color: #F11DBB;
}
</style>
border-color css
<style>
span { border-color: #F11DBB; }
span { border-color: rgb(241,29,187); }
td.TdClassName
{
border-color: #F11DBB;
}
.TagClassName
{
border-color: #F11DBB;
}
</style>