Shades of Shocking Pink #F11DBA
Tints of Shocking Pink #F11DBA
RGB
CMYK
RGB Variations
Color information
#F11DBA (or 0xF11DBA) is known color: Shocking Pink. HEX triplet: F1, 1D and BA. RGB value is (241,29,186). Sum of RGB (Red+Green+Blue) = 241+29+186=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DBA is #0EE245. Grayscale: #6D6D6D. Windows color (decimal): -975430 or 12197361. OLE color: 12197361.
HSL color Cylindrical-coordinate representation of color #F11DBA: hue angle of 315.57º 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 #F11DBA is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 186 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.05 |
| HSL | 315.57º | 0.88% | 0.53% | - |
| HSV(B) | 315.57º | 0.88% | 0.95% | - |
| XYZ | 45.58 | 23.12 | 48.52 | - |
| YUV | 110.29 | 170.74 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 186 | 0 | 0.88 | 0.23 | 0.05 | 315.57 | 0.88 | 0.53 |
| Hex | F1 | 1D | BA | 0 | 58 | 17 | 5 | 13C | 58 | 35 |
| Octal | 361 | 35 | 272 | 0 | 130 | 27 | 5 | 474 | 130 | 65 |
| Binary | 11110001 | 11101 | 10111010 | 0 | 1011000 | 10111 | 101 | 100111100 | 1011000 | 110101 |
Color Harmonies of #F11DBA
Complementary color
Monochromatic Colors of #F11DBA
Black with #F11DBA
Text Example
Text Example
White with #F11DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11DBA; }
p { color: rgb(241,29,186); }
H1.HeaderClassName
{
color: #F11DBA;
}
.AnyTagClassName
{
color: #F11DBA;
}
</style>
background-color css
<style>
a { background-color: #F11DBA; }
a { background-color: rgb(241,29,186); }
div.DivClassName
{
background-color: #F11DBA;
}
.BgClassName
{
background-color: #F11DBA;
}
</style>
border-color css
<style>
span { border-color: #F11DBA; }
span { border-color: rgb(241,29,186); }
td.TdClassName
{
border-color: #F11DBA;
}
.TagClassName
{
border-color: #F11DBA;
}
</style>