Shades of Shocking Pink #FF0FCC
Tints of Shocking Pink #FF0FCC
RGB
CMYK
RGB Variations
Color information
#FF0FCC (or 0xFF0FCC) is known color: Shocking Pink. HEX triplet: FF, 0F and CC. RGB value is (255,15,204). Sum of RGB (Red+Green+Blue) = 255+15+204=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FCC is #00F033. Grayscale: #6B6B6B. Windows color (decimal): -61492 or 13373439. OLE color: 13373439.
HSL color Cylindrical-coordinate representation of color #FF0FCC: hue angle of 312.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 #FF0FCC is Cyan = 0, Magento = 0.94, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 204 | - |
| CMYK | 0 | 0.94 | 0.2 | 0 |
| HSL | 312.75º | 1% | 0.53% | - |
| HSV(B) | 312.75º | 0.94% | 1% | - |
| XYZ | 52.31 | 25.96 | 59.38 | - |
| YUV | 108.31 | 182.01 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 204 | 0 | 0.94 | 0.2 | 0 | 312.75 | 1 | 0.53 |
| Hex | FF | F | CC | 0 | 5E | 14 | 0 | 139 | 64 | 35 |
| Octal | 377 | 17 | 314 | 0 | 136 | 24 | 0 | 471 | 144 | 65 |
| Binary | 11111111 | 1111 | 11001100 | 0 | 1011110 | 10100 | 0 | 100111001 | 1100100 | 110101 |
Color Harmonies of #FF0FCC
Complementary color
Monochromatic Colors of #FF0FCC
Black with #FF0FCC
Text Example
Text Example
White with #FF0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FCC; }
p { color: rgb(255,15,204); }
H1.HeaderClassName
{
color: #FF0FCC;
}
.AnyTagClassName
{
color: #FF0FCC;
}
</style>
background-color css
<style>
a { background-color: #FF0FCC; }
a { background-color: rgb(255,15,204); }
div.DivClassName
{
background-color: #FF0FCC;
}
.BgClassName
{
background-color: #FF0FCC;
}
</style>
border-color css
<style>
span { border-color: #FF0FCC; }
span { border-color: rgb(255,15,204); }
td.TdClassName
{
border-color: #FF0FCC;
}
.TagClassName
{
border-color: #FF0FCC;
}
</style>