Shades of Shocking Pink #F012C5
Tints of Shocking Pink #F012C5
RGB
CMYK
RGB Variations
Color information
#F012C5 (or 0xF012C5) is known color: Shocking Pink. HEX triplet: F0, 12 and C5. RGB value is (240,18,197). Sum of RGB (Red+Green+Blue) = 240+18+197=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F012C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F012C5 is #0FED3A. Grayscale: #686868. Windows color (decimal): -1043771 or 12915440. OLE color: 12915440.
HSL color Cylindrical-coordinate representation of color #F012C5: hue angle of 311.62º 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 #F012C5 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 197 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.06 |
| HSL | 311.62º | 0.88% | 0.51% | - |
| HSV(B) | 311.62º | 0.93% | 0.94% | - |
| XYZ | 46.23 | 22.99 | 54.82 | - |
| YUV | 104.78 | 180.05 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 197 | 0 | 0.92 | 0.18 | 0.06 | 311.62 | 0.88 | 0.51 |
| Hex | F0 | 12 | C5 | 0 | 5C | 12 | 6 | 138 | 58 | 33 |
| Octal | 360 | 22 | 305 | 0 | 134 | 22 | 6 | 470 | 130 | 63 |
| Binary | 11110000 | 10010 | 11000101 | 0 | 1011100 | 10010 | 110 | 100111000 | 1011000 | 110011 |
Color Harmonies of #F012C5
Complementary color
Monochromatic Colors of #F012C5
Black with #F012C5
Text Example
Text Example
White with #F012C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012C5; }
p { color: rgb(240,18,197); }
H1.HeaderClassName
{
color: #F012C5;
}
.AnyTagClassName
{
color: #F012C5;
}
</style>
background-color css
<style>
a { background-color: #F012C5; }
a { background-color: rgb(240,18,197); }
div.DivClassName
{
background-color: #F012C5;
}
.BgClassName
{
background-color: #F012C5;
}
</style>
border-color css
<style>
span { border-color: #F012C5; }
span { border-color: rgb(240,18,197); }
td.TdClassName
{
border-color: #F012C5;
}
.TagClassName
{
border-color: #F012C5;
}
</style>