Shades of Shocking Pink #F61EBC
Tints of Shocking Pink #F61EBC
RGB
CMYK
RGB Variations
Color information
#F61EBC (or 0xF61EBC) is known color: Shocking Pink. HEX triplet: F6, 1E and BC. RGB value is (246,30,188). Sum of RGB (Red+Green+Blue) = 246+30+188=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F61EBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61EBC is #09E143. Grayscale: #707070. Windows color (decimal): -647492 or 12328694. OLE color: 12328694.
HSL color Cylindrical-coordinate representation of color #F61EBC: hue angle of 316.11º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61EBC is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 188 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.04 |
| HSL | 316.11º | 0.92% | 0.54% | - |
| HSV(B) | 316.11º | 0.88% | 0.96% | - |
| XYZ | 47.55 | 24.15 | 49.73 | - |
| YUV | 112.6 | 170.56 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 188 | 0 | 0.88 | 0.24 | 0.04 | 316.11 | 0.92 | 0.54 |
| Hex | F6 | 1E | BC | 0 | 58 | 18 | 4 | 13C | 5C | 36 |
| Octal | 366 | 36 | 274 | 0 | 130 | 30 | 4 | 474 | 134 | 66 |
| Binary | 11110110 | 11110 | 10111100 | 0 | 1011000 | 11000 | 100 | 100111100 | 1011100 | 110110 |
Color Harmonies of #F61EBC
Complementary color
Monochromatic Colors of #F61EBC
Black with #F61EBC
Text Example
Text Example
White with #F61EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61EBC; }
p { color: rgb(246,30,188); }
H1.HeaderClassName
{
color: #F61EBC;
}
.AnyTagClassName
{
color: #F61EBC;
}
</style>
background-color css
<style>
a { background-color: #F61EBC; }
a { background-color: rgb(246,30,188); }
div.DivClassName
{
background-color: #F61EBC;
}
.BgClassName
{
background-color: #F61EBC;
}
</style>
border-color css
<style>
span { border-color: #F61EBC; }
span { border-color: rgb(246,30,188); }
td.TdClassName
{
border-color: #F61EBC;
}
.TagClassName
{
border-color: #F61EBC;
}
</style>