Shades of Shocking Pink #F012C2
Tints of Shocking Pink #F012C2
RGB
CMYK
RGB Variations
Color information
#F012C2 (or 0xF012C2) is known color: Shocking Pink. HEX triplet: F0, 12 and C2. RGB value is (240,18,194). Sum of RGB (Red+Green+Blue) = 240+18+194=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F012C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012C2 is #0FED3D. Grayscale: #676767. Windows color (decimal): -1043774 or 12718832. OLE color: 12718832.
HSL color Cylindrical-coordinate representation of color #F012C2: hue angle of 312.43º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F012C2 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 194 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.06 |
| HSL | 312.43º | 0.88% | 0.51% | - |
| HSV(B) | 312.43º | 0.93% | 0.94% | - |
| XYZ | 45.89 | 22.85 | 53.03 | - |
| YUV | 104.44 | 178.55 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 194 | 0 | 0.92 | 0.19 | 0.06 | 312.43 | 0.88 | 0.51 |
| Hex | F0 | 12 | C2 | 0 | 5C | 13 | 6 | 138 | 58 | 33 |
| Octal | 360 | 22 | 302 | 0 | 134 | 23 | 6 | 470 | 130 | 63 |
| Binary | 11110000 | 10010 | 11000010 | 0 | 1011100 | 10011 | 110 | 100111000 | 1011000 | 110011 |
Color Harmonies of #F012C2
Complementary color
Monochromatic Colors of #F012C2
Black with #F012C2
Text Example
Text Example
White with #F012C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012C2; }
p { color: rgb(240,18,194); }
H1.HeaderClassName
{
color: #F012C2;
}
.AnyTagClassName
{
color: #F012C2;
}
</style>
background-color css
<style>
a { background-color: #F012C2; }
a { background-color: rgb(240,18,194); }
div.DivClassName
{
background-color: #F012C2;
}
.BgClassName
{
background-color: #F012C2;
}
</style>
border-color css
<style>
span { border-color: #F012C2; }
span { border-color: rgb(240,18,194); }
td.TdClassName
{
border-color: #F012C2;
}
.TagClassName
{
border-color: #F012C2;
}
</style>