Shades of Shocking Pink #FF0CCA
Tints of Shocking Pink #FF0CCA
RGB
CMYK
RGB Variations
Color information
#FF0CCA (or 0xFF0CCA) is known color: Shocking Pink. HEX triplet: FF, 0C and CA. RGB value is (255,12,202). Sum of RGB (Red+Green+Blue) = 255+12+202=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 12 (5.08% from 255 or 2.56% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0CCA is #00F335. Grayscale: #696969. Windows color (decimal): -62262 or 13241599. OLE color: 13241599.
HSL color Cylindrical-coordinate representation of color #FF0CCA: hue angle of 313.09º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0CCA is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 202 | - |
| CMYK | 0 | 0.95 | 0.21 | 0 |
| HSL | 313.09º | 1% | 0.52% | - |
| HSV(B) | 313.09º | 0.95% | 1% | - |
| XYZ | 52.03 | 25.79 | 58.11 | - |
| YUV | 106.32 | 182.01 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 202 | 0 | 0.95 | 0.21 | 0 | 313.09 | 1 | 0.52 |
| Hex | FF | C | CA | 0 | 5F | 15 | 0 | 139 | 64 | 34 |
| Octal | 377 | 14 | 312 | 0 | 137 | 25 | 0 | 471 | 144 | 64 |
| Binary | 11111111 | 1100 | 11001010 | 0 | 1011111 | 10101 | 0 | 100111001 | 1100100 | 110100 |
Color Harmonies of #FF0CCA
Complementary color
Monochromatic Colors of #FF0CCA
Black with #FF0CCA
Text Example
Text Example
White with #FF0CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CCA; }
p { color: rgb(255,12,202); }
H1.HeaderClassName
{
color: #FF0CCA;
}
.AnyTagClassName
{
color: #FF0CCA;
}
</style>
background-color css
<style>
a { background-color: #FF0CCA; }
a { background-color: rgb(255,12,202); }
div.DivClassName
{
background-color: #FF0CCA;
}
.BgClassName
{
background-color: #FF0CCA;
}
</style>
border-color css
<style>
span { border-color: #FF0CCA; }
span { border-color: rgb(255,12,202); }
td.TdClassName
{
border-color: #FF0CCA;
}
.TagClassName
{
border-color: #FF0CCA;
}
</style>