Shades of Shocking Pink #F30ECE
Tints of Shocking Pink #F30ECE
RGB
CMYK
RGB Variations
Color information
#F30ECE (or 0xF30ECE) is known color: Shocking Pink. HEX triplet: F3, 0E and CE. RGB value is (243,14,206). Sum of RGB (Red+Green+Blue) = 243+14+206=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F30ECE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30ECE is #0CF131. Grayscale: #676767. Windows color (decimal): -848178 or 13504243. OLE color: 13504243.
HSL color Cylindrical-coordinate representation of color #F30ECE: hue angle of 309.69º 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 #F30ECE is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 206 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.05 |
| HSL | 309.69º | 0.91% | 0.5% | - |
| HSV(B) | 309.69º | 0.94% | 0.95% | - |
| XYZ | 48.26 | 23.83 | 60.45 | - |
| YUV | 104.36 | 185.37 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 206 | 0 | 0.94 | 0.15 | 0.05 | 309.69 | 0.91 | 0.5 |
| Hex | F3 | E | CE | 0 | 5E | F | 5 | 136 | 5B | 32 |
| Octal | 363 | 16 | 316 | 0 | 136 | 17 | 5 | 466 | 133 | 62 |
| Binary | 11110011 | 1110 | 11001110 | 0 | 1011110 | 1111 | 101 | 100110110 | 1011011 | 110010 |
Color Harmonies of #F30ECE
Complementary color
Monochromatic Colors of #F30ECE
Black with #F30ECE
Text Example
Text Example
White with #F30ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30ECE; }
p { color: rgb(243,14,206); }
H1.HeaderClassName
{
color: #F30ECE;
}
.AnyTagClassName
{
color: #F30ECE;
}
</style>
background-color css
<style>
a { background-color: #F30ECE; }
a { background-color: rgb(243,14,206); }
div.DivClassName
{
background-color: #F30ECE;
}
.BgClassName
{
background-color: #F30ECE;
}
</style>
border-color css
<style>
span { border-color: #F30ECE; }
span { border-color: rgb(243,14,206); }
td.TdClassName
{
border-color: #F30ECE;
}
.TagClassName
{
border-color: #F30ECE;
}
</style>