Shades of Shocking Pink #FF0FC0
Tints of Shocking Pink #FF0FC0
RGB
CMYK
RGB Variations
Color information
#FF0FC0 (or 0xFF0FC0) is known color: Shocking Pink. HEX triplet: FF, 0F and C0. RGB value is (255,15,192). Sum of RGB (Red+Green+Blue) = 255+15+192=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FC0 is #00F03F. Grayscale: #6A6A6A. Windows color (decimal): -61504 or 12587007. OLE color: 12587007.
HSL color Cylindrical-coordinate representation of color #FF0FC0: hue angle of 315.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FC0 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 192 | - |
| CMYK | 0 | 0.94 | 0.25 | 0 |
| HSL | 315.75º | 1% | 0.53% | - |
| HSV(B) | 315.75º | 0.94% | 1% | - |
| XYZ | 50.93 | 25.41 | 52.09 | - |
| YUV | 106.94 | 176.01 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 192 | 0 | 0.94 | 0.25 | 0 | 315.75 | 1 | 0.53 |
| Hex | FF | F | C0 | 0 | 5E | 19 | 0 | 13C | 64 | 35 |
| Octal | 377 | 17 | 300 | 0 | 136 | 31 | 0 | 474 | 144 | 65 |
| Binary | 11111111 | 1111 | 11000000 | 0 | 1011110 | 11001 | 0 | 100111100 | 1100100 | 110101 |
Color Harmonies of #FF0FC0
Complementary color
Monochromatic Colors of #FF0FC0
Black with #FF0FC0
Text Example
Text Example
White with #FF0FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FC0; }
p { color: rgb(255,15,192); }
H1.HeaderClassName
{
color: #FF0FC0;
}
.AnyTagClassName
{
color: #FF0FC0;
}
</style>
background-color css
<style>
a { background-color: #FF0FC0; }
a { background-color: rgb(255,15,192); }
div.DivClassName
{
background-color: #FF0FC0;
}
.BgClassName
{
background-color: #FF0FC0;
}
</style>
border-color css
<style>
span { border-color: #FF0FC0; }
span { border-color: rgb(255,15,192); }
td.TdClassName
{
border-color: #FF0FC0;
}
.TagClassName
{
border-color: #FF0FC0;
}
</style>