Shades of Shocking Pink #F01ECB
Tints of Shocking Pink #F01ECB
RGB
CMYK
RGB Variations
Color information
#F01ECB (or 0xF01ECB) is known color: Shocking Pink. HEX triplet: F0, 1E and CB. RGB value is (240,30,203). Sum of RGB (Red+Green+Blue) = 240+30+203=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F01ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01ECB is #0FE134. Grayscale: #707070. Windows color (decimal): -1040693 or 13311728. OLE color: 13311728.
HSL color Cylindrical-coordinate representation of color #F01ECB: hue angle of 310.57º 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 #F01ECB is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 30 | 203 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.06 |
| HSL | 310.57º | 0.88% | 0.53% | - |
| HSV(B) | 310.57º | 0.88% | 0.94% | - |
| XYZ | 47.18 | 23.77 | 58.6 | - |
| YUV | 112.51 | 179.07 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 30 | 203 | 0 | 0.87 | 0.15 | 0.06 | 310.57 | 0.88 | 0.53 |
| Hex | F0 | 1E | CB | 0 | 57 | F | 6 | 137 | 58 | 35 |
| Octal | 360 | 36 | 313 | 0 | 127 | 17 | 6 | 467 | 130 | 65 |
| Binary | 11110000 | 11110 | 11001011 | 0 | 1010111 | 1111 | 110 | 100110111 | 1011000 | 110101 |
Color Harmonies of #F01ECB
Complementary color
Monochromatic Colors of #F01ECB
Black with #F01ECB
Text Example
Text Example
White with #F01ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01ECB; }
p { color: rgb(240,30,203); }
H1.HeaderClassName
{
color: #F01ECB;
}
.AnyTagClassName
{
color: #F01ECB;
}
</style>
background-color css
<style>
a { background-color: #F01ECB; }
a { background-color: rgb(240,30,203); }
div.DivClassName
{
background-color: #F01ECB;
}
.BgClassName
{
background-color: #F01ECB;
}
</style>
border-color css
<style>
span { border-color: #F01ECB; }
span { border-color: rgb(240,30,203); }
td.TdClassName
{
border-color: #F01ECB;
}
.TagClassName
{
border-color: #F01ECB;
}
</style>