Shades of Shocking Pink #F01ECF
Tints of Shocking Pink #F01ECF
RGB
CMYK
RGB Variations
Color information
#F01ECF (or 0xF01ECF) is known color: Shocking Pink. HEX triplet: F0, 1E and CF. RGB value is (240,30,207). Sum of RGB (Red+Green+Blue) = 240+30+207=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F01ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01ECF is #0FE130. Grayscale: #707070. Windows color (decimal): -1040689 or 13573872. OLE color: 13573872.
HSL color Cylindrical-coordinate representation of color #F01ECF: hue angle of 309.43º 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 #F01ECF is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 30 | 207 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.06 |
| HSL | 309.43º | 0.88% | 0.53% | - |
| HSV(B) | 309.43º | 0.88% | 0.94% | - |
| XYZ | 47.66 | 23.96 | 61.14 | - |
| YUV | 112.97 | 181.07 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 30 | 207 | 0 | 0.87 | 0.14 | 0.06 | 309.43 | 0.88 | 0.53 |
| Hex | F0 | 1E | CF | 0 | 57 | E | 6 | 135 | 58 | 35 |
| Octal | 360 | 36 | 317 | 0 | 127 | 16 | 6 | 465 | 130 | 65 |
| Binary | 11110000 | 11110 | 11001111 | 0 | 1010111 | 1110 | 110 | 100110101 | 1011000 | 110101 |
Color Harmonies of #F01ECF
Complementary color
Monochromatic Colors of #F01ECF
Black with #F01ECF
Text Example
Text Example
White with #F01ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01ECF; }
p { color: rgb(240,30,207); }
H1.HeaderClassName
{
color: #F01ECF;
}
.AnyTagClassName
{
color: #F01ECF;
}
</style>
background-color css
<style>
a { background-color: #F01ECF; }
a { background-color: rgb(240,30,207); }
div.DivClassName
{
background-color: #F01ECF;
}
.BgClassName
{
background-color: #F01ECF;
}
</style>
border-color css
<style>
span { border-color: #F01ECF; }
span { border-color: rgb(240,30,207); }
td.TdClassName
{
border-color: #F01ECF;
}
.TagClassName
{
border-color: #F01ECF;
}
</style>