Shades of Shocking Pink #F31EBC
Tints of Shocking Pink #F31EBC
RGB
CMYK
RGB Variations
Color information
#F31EBC (or 0xF31EBC) is known color: Shocking Pink. HEX triplet: F3, 1E and BC. RGB value is (243,30,188). Sum of RGB (Red+Green+Blue) = 243+30+188=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31EBC is #0CE143. Grayscale: #6F6F6F. Windows color (decimal): -844100 or 12328691. OLE color: 12328691.
HSL color Cylindrical-coordinate representation of color #F31EBC: hue angle of 315.49º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31EBC is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 188 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.05 |
| HSL | 315.49º | 0.9% | 0.54% | - |
| HSV(B) | 315.49º | 0.88% | 0.95% | - |
| XYZ | 46.5 | 23.61 | 49.68 | - |
| YUV | 111.7 | 171.07 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 188 | 0 | 0.88 | 0.23 | 0.05 | 315.49 | 0.9 | 0.54 |
| Hex | F3 | 1E | BC | 0 | 58 | 17 | 5 | 13B | 5A | 36 |
| Octal | 363 | 36 | 274 | 0 | 130 | 27 | 5 | 473 | 132 | 66 |
| Binary | 11110011 | 11110 | 10111100 | 0 | 1011000 | 10111 | 101 | 100111011 | 1011010 | 110110 |
Color Harmonies of #F31EBC
Complementary color
Monochromatic Colors of #F31EBC
Black with #F31EBC
Text Example
Text Example
White with #F31EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31EBC; }
p { color: rgb(243,30,188); }
H1.HeaderClassName
{
color: #F31EBC;
}
.AnyTagClassName
{
color: #F31EBC;
}
</style>
background-color css
<style>
a { background-color: #F31EBC; }
a { background-color: rgb(243,30,188); }
div.DivClassName
{
background-color: #F31EBC;
}
.BgClassName
{
background-color: #F31EBC;
}
</style>
border-color css
<style>
span { border-color: #F31EBC; }
span { border-color: rgb(243,30,188); }
td.TdClassName
{
border-color: #F31EBC;
}
.TagClassName
{
border-color: #F31EBC;
}
</style>