Shades of Shocking Pink #F01ECE
Tints of Shocking Pink #F01ECE
RGB
CMYK
RGB Variations
Color information
#F01ECE (or 0xF01ECE) is known color: Shocking Pink. HEX triplet: F0, 1E and CE. RGB value is (240,30,206). Sum of RGB (Red+Green+Blue) = 240+30+206=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F01ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01ECE is #0FE131. Grayscale: #707070. Windows color (decimal): -1040690 or 13508336. OLE color: 13508336.
HSL color Cylindrical-coordinate representation of color #F01ECE: hue angle of 309.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01ECE is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 30 | 206 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.06 |
| HSL | 309.71º | 0.88% | 0.53% | - |
| HSV(B) | 309.71º | 0.88% | 0.94% | - |
| XYZ | 47.54 | 23.91 | 60.5 | - |
| YUV | 112.85 | 180.57 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 30 | 206 | 0 | 0.87 | 0.14 | 0.06 | 309.71 | 0.88 | 0.53 |
| Hex | F0 | 1E | CE | 0 | 57 | E | 6 | 136 | 58 | 35 |
| Octal | 360 | 36 | 316 | 0 | 127 | 16 | 6 | 466 | 130 | 65 |
| Binary | 11110000 | 11110 | 11001110 | 0 | 1010111 | 1110 | 110 | 100110110 | 1011000 | 110101 |
Color Harmonies of #F01ECE
Complementary color
Monochromatic Colors of #F01ECE
Black with #F01ECE
Text Example
Text Example
White with #F01ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01ECE; }
p { color: rgb(240,30,206); }
H1.HeaderClassName
{
color: #F01ECE;
}
.AnyTagClassName
{
color: #F01ECE;
}
</style>
background-color css
<style>
a { background-color: #F01ECE; }
a { background-color: rgb(240,30,206); }
div.DivClassName
{
background-color: #F01ECE;
}
.BgClassName
{
background-color: #F01ECE;
}
</style>
border-color css
<style>
span { border-color: #F01ECE; }
span { border-color: rgb(240,30,206); }
td.TdClassName
{
border-color: #F01ECE;
}
.TagClassName
{
border-color: #F01ECE;
}
</style>