Shades of Shocking Pink #F11BCD
Tints of Shocking Pink #F11BCD
RGB
CMYK
RGB Variations
Color information
#F11BCD (or 0xF11BCD) is known color: Shocking Pink. HEX triplet: F1, 1B and CD. RGB value is (241,27,205). Sum of RGB (Red+Green+Blue) = 241+27+205=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 27 (10.94% from 255 or 5.71% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F11BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11BCD is #0EE432. Grayscale: #6E6E6E. Windows color (decimal): -975923 or 13442033. OLE color: 13442033.
HSL color Cylindrical-coordinate representation of color #F11BCD: hue angle of 310.09º 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 #F11BCD is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 205 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.05 |
| HSL | 310.09º | 0.88% | 0.53% | - |
| HSV(B) | 310.09º | 0.89% | 0.95% | - |
| XYZ | 47.69 | 23.89 | 59.86 | - |
| YUV | 111.28 | 180.9 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 205 | 0 | 0.89 | 0.15 | 0.05 | 310.09 | 0.88 | 0.53 |
| Hex | F1 | 1B | CD | 0 | 59 | F | 5 | 136 | 58 | 35 |
| Octal | 361 | 33 | 315 | 0 | 131 | 17 | 5 | 466 | 130 | 65 |
| Binary | 11110001 | 11011 | 11001101 | 0 | 1011001 | 1111 | 101 | 100110110 | 1011000 | 110101 |
Color Harmonies of #F11BCD
Complementary color
Monochromatic Colors of #F11BCD
Black with #F11BCD
Text Example
Text Example
White with #F11BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11BCD; }
p { color: rgb(241,27,205); }
H1.HeaderClassName
{
color: #F11BCD;
}
.AnyTagClassName
{
color: #F11BCD;
}
</style>
background-color css
<style>
a { background-color: #F11BCD; }
a { background-color: rgb(241,27,205); }
div.DivClassName
{
background-color: #F11BCD;
}
.BgClassName
{
background-color: #F11BCD;
}
</style>
border-color css
<style>
span { border-color: #F11BCD; }
span { border-color: rgb(241,27,205); }
td.TdClassName
{
border-color: #F11BCD;
}
.TagClassName
{
border-color: #F11BCD;
}
</style>