Shades of Shocking Pink #F60EBA
Tints of Shocking Pink #F60EBA
RGB
CMYK
RGB Variations
Color information
#F60EBA (or 0xF60EBA) is known color: Shocking Pink. HEX triplet: F6, 0E and BA. RGB value is (246,14,186). Sum of RGB (Red+Green+Blue) = 246+14+186=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F60EBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60EBA is #09F145. Grayscale: #666666. Windows color (decimal): -651590 or 12193526. OLE color: 12193526.
HSL color Cylindrical-coordinate representation of color #F60EBA: hue angle of 315.52º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60EBA is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 186 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.04 |
| HSL | 315.52º | 0.93% | 0.51% | - |
| HSV(B) | 315.52º | 0.94% | 0.96% | - |
| XYZ | 47.03 | 23.45 | 48.5 | - |
| YUV | 102.98 | 174.86 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 186 | 0 | 0.94 | 0.24 | 0.04 | 315.52 | 0.93 | 0.51 |
| Hex | F6 | E | BA | 0 | 5E | 18 | 4 | 13C | 5D | 33 |
| Octal | 366 | 16 | 272 | 0 | 136 | 30 | 4 | 474 | 135 | 63 |
| Binary | 11110110 | 1110 | 10111010 | 0 | 1011110 | 11000 | 100 | 100111100 | 1011101 | 110011 |
Color Harmonies of #F60EBA
Complementary color
Monochromatic Colors of #F60EBA
Black with #F60EBA
Text Example
Text Example
White with #F60EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60EBA; }
p { color: rgb(246,14,186); }
H1.HeaderClassName
{
color: #F60EBA;
}
.AnyTagClassName
{
color: #F60EBA;
}
</style>
background-color css
<style>
a { background-color: #F60EBA; }
a { background-color: rgb(246,14,186); }
div.DivClassName
{
background-color: #F60EBA;
}
.BgClassName
{
background-color: #F60EBA;
}
</style>
border-color css
<style>
span { border-color: #F60EBA; }
span { border-color: rgb(246,14,186); }
td.TdClassName
{
border-color: #F60EBA;
}
.TagClassName
{
border-color: #F60EBA;
}
</style>