Shades of Shocking Pink #F11CBC
Tints of Shocking Pink #F11CBC
RGB
CMYK
RGB Variations
Color information
#F11CBC (or 0xF11CBC) is known color: Shocking Pink. HEX triplet: F1, 1C and BC. RGB value is (241,28,188). Sum of RGB (Red+Green+Blue) = 241+28+188=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11CBC is #0EE343. Grayscale: #6D6D6D. Windows color (decimal): -975684 or 12328177. OLE color: 12328177.
HSL color Cylindrical-coordinate representation of color #F11CBC: hue angle of 314.93º 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 #F11CBC is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 188 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.05 |
| HSL | 314.93º | 0.88% | 0.53% | - |
| HSV(B) | 314.93º | 0.88% | 0.95% | - |
| XYZ | 45.77 | 23.16 | 49.64 | - |
| YUV | 109.93 | 172.07 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 188 | 0 | 0.88 | 0.22 | 0.05 | 314.93 | 0.88 | 0.53 |
| Hex | F1 | 1C | BC | 0 | 58 | 16 | 5 | 13B | 58 | 35 |
| Octal | 361 | 34 | 274 | 0 | 130 | 26 | 5 | 473 | 130 | 65 |
| Binary | 11110001 | 11100 | 10111100 | 0 | 1011000 | 10110 | 101 | 100111011 | 1011000 | 110101 |
Color Harmonies of #F11CBC
Complementary color
Monochromatic Colors of #F11CBC
Black with #F11CBC
Text Example
Text Example
White with #F11CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11CBC; }
p { color: rgb(241,28,188); }
H1.HeaderClassName
{
color: #F11CBC;
}
.AnyTagClassName
{
color: #F11CBC;
}
</style>
background-color css
<style>
a { background-color: #F11CBC; }
a { background-color: rgb(241,28,188); }
div.DivClassName
{
background-color: #F11CBC;
}
.BgClassName
{
background-color: #F11CBC;
}
</style>
border-color css
<style>
span { border-color: #F11CBC; }
span { border-color: rgb(241,28,188); }
td.TdClassName
{
border-color: #F11CBC;
}
.TagClassName
{
border-color: #F11CBC;
}
</style>