Shades of Shocking Pink #F30EBC
Tints of Shocking Pink #F30EBC
RGB
CMYK
RGB Variations
Color information
#F30EBC (or 0xF30EBC) is known color: Shocking Pink. HEX triplet: F3, 0E and BC. RGB value is (243,14,188). Sum of RGB (Red+Green+Blue) = 243+14+188=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F30EBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30EBC is #0CF143. Grayscale: #656565. Windows color (decimal): -848196 or 12324595. OLE color: 12324595.
HSL color Cylindrical-coordinate representation of color #F30EBC: hue angle of 314.41º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30EBC is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 188 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.05 |
| HSL | 314.41º | 0.91% | 0.5% | - |
| HSV(B) | 314.41º | 0.94% | 0.95% | - |
| XYZ | 46.2 | 23 | 49.58 | - |
| YUV | 102.31 | 176.37 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 188 | 0 | 0.94 | 0.23 | 0.05 | 314.41 | 0.91 | 0.5 |
| Hex | F3 | E | BC | 0 | 5E | 17 | 5 | 13A | 5B | 32 |
| Octal | 363 | 16 | 274 | 0 | 136 | 27 | 5 | 472 | 133 | 62 |
| Binary | 11110011 | 1110 | 10111100 | 0 | 1011110 | 10111 | 101 | 100111010 | 1011011 | 110010 |
Color Harmonies of #F30EBC
Complementary color
Monochromatic Colors of #F30EBC
Black with #F30EBC
Text Example
Text Example
White with #F30EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30EBC; }
p { color: rgb(243,14,188); }
H1.HeaderClassName
{
color: #F30EBC;
}
.AnyTagClassName
{
color: #F30EBC;
}
</style>
background-color css
<style>
a { background-color: #F30EBC; }
a { background-color: rgb(243,14,188); }
div.DivClassName
{
background-color: #F30EBC;
}
.BgClassName
{
background-color: #F30EBC;
}
</style>
border-color css
<style>
span { border-color: #F30EBC; }
span { border-color: rgb(243,14,188); }
td.TdClassName
{
border-color: #F30EBC;
}
.TagClassName
{
border-color: #F30EBC;
}
</style>