Shades of Shocking Pink #FF0CC3
Tints of Shocking Pink #FF0CC3
RGB
CMYK
RGB Variations
Color information
#FF0CC3 (or 0xFF0CC3) is known color: Shocking Pink. HEX triplet: FF, 0C and C3. RGB value is (255,12,195). Sum of RGB (Red+Green+Blue) = 255+12+195=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0CC3 is #00F33C. Grayscale: #696969. Windows color (decimal): -62269 or 12782847. OLE color: 12782847.
HSL color Cylindrical-coordinate representation of color #FF0CC3: hue angle of 314.81º 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 #FF0CC3 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 195 | - |
| CMYK | 0 | 0.95 | 0.24 | 0 |
| HSL | 314.81º | 1% | 0.52% | - |
| HSV(B) | 314.81º | 0.95% | 1% | - |
| XYZ | 51.22 | 25.46 | 53.84 | - |
| YUV | 105.52 | 178.51 | 234.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 195 | 0 | 0.95 | 0.24 | 0 | 314.81 | 1 | 0.52 |
| Hex | FF | C | C3 | 0 | 5F | 18 | 0 | 13B | 64 | 34 |
| Octal | 377 | 14 | 303 | 0 | 137 | 30 | 0 | 473 | 144 | 64 |
| Binary | 11111111 | 1100 | 11000011 | 0 | 1011111 | 11000 | 0 | 100111011 | 1100100 | 110100 |
Color Harmonies of #FF0CC3
Complementary color
Monochromatic Colors of #FF0CC3
Black with #FF0CC3
Text Example
Text Example
White with #FF0CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CC3; }
p { color: rgb(255,12,195); }
H1.HeaderClassName
{
color: #FF0CC3;
}
.AnyTagClassName
{
color: #FF0CC3;
}
</style>
background-color css
<style>
a { background-color: #FF0CC3; }
a { background-color: rgb(255,12,195); }
div.DivClassName
{
background-color: #FF0CC3;
}
.BgClassName
{
background-color: #FF0CC3;
}
</style>
border-color css
<style>
span { border-color: #FF0CC3; }
span { border-color: rgb(255,12,195); }
td.TdClassName
{
border-color: #FF0CC3;
}
.TagClassName
{
border-color: #FF0CC3;
}
</style>