Shades of Shocking Pink #F00CBA
Tints of Shocking Pink #F00CBA
RGB
CMYK
RGB Variations
Color information
#F00CBA (or 0xF00CBA) is known color: Shocking Pink. HEX triplet: F0, 0C and BA. RGB value is (240,12,186). Sum of RGB (Red+Green+Blue) = 240+12+186=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00CBA is #0FF345. Grayscale: #636363. Windows color (decimal): -1045318 or 12193008. OLE color: 12193008.
HSL color Cylindrical-coordinate representation of color #F00CBA: hue angle of 314.21º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CBA is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 186 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.06 |
| HSL | 314.21º | 0.9% | 0.49% | - |
| HSV(B) | 314.21º | 0.95% | 0.94% | - |
| XYZ | 44.93 | 22.33 | 48.4 | - |
| YUV | 100.01 | 176.54 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 186 | 0 | 0.95 | 0.22 | 0.06 | 314.21 | 0.9 | 0.49 |
| Hex | F0 | C | BA | 0 | 5F | 16 | 6 | 13A | 5A | 31 |
| Octal | 360 | 14 | 272 | 0 | 137 | 26 | 6 | 472 | 132 | 61 |
| Binary | 11110000 | 1100 | 10111010 | 0 | 1011111 | 10110 | 110 | 100111010 | 1011010 | 110001 |
Color Harmonies of #F00CBA
Complementary color
Monochromatic Colors of #F00CBA
Black with #F00CBA
Text Example
Text Example
White with #F00CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CBA; }
p { color: rgb(240,12,186); }
H1.HeaderClassName
{
color: #F00CBA;
}
.AnyTagClassName
{
color: #F00CBA;
}
</style>
background-color css
<style>
a { background-color: #F00CBA; }
a { background-color: rgb(240,12,186); }
div.DivClassName
{
background-color: #F00CBA;
}
.BgClassName
{
background-color: #F00CBA;
}
</style>
border-color css
<style>
span { border-color: #F00CBA; }
span { border-color: rgb(240,12,186); }
td.TdClassName
{
border-color: #F00CBA;
}
.TagClassName
{
border-color: #F00CBA;
}
</style>