Shades of Shocking Pink #FF05C0
Tints of Shocking Pink #FF05C0
RGB
CMYK
RGB Variations
Color information
#FF05C0 (or 0xFF05C0) is known color: Shocking Pink. HEX triplet: FF, 05 and C0. RGB value is (255,5,192). Sum of RGB (Red+Green+Blue) = 255+5+192=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF05C0 is #00FA3F. Grayscale: #646464. Windows color (decimal): -64064 or 12584447. OLE color: 12584447.
HSL color Cylindrical-coordinate representation of color #FF05C0: hue angle of 315.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF05C0 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 192 | - |
| CMYK | 0 | 0.98 | 0.25 | 0 |
| HSL | 315.12º | 1% | 0.51% | - |
| HSV(B) | 315.12º | 0.98% | 1% | - |
| XYZ | 50.81 | 25.17 | 52.05 | - |
| YUV | 101.07 | 179.33 | 237.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 192 | 0 | 0.98 | 0.25 | 0 | 315.12 | 1 | 0.51 |
| Hex | FF | 5 | C0 | 0 | 62 | 19 | 0 | 13B | 64 | 33 |
| Octal | 377 | 5 | 300 | 0 | 142 | 31 | 0 | 473 | 144 | 63 |
| Binary | 11111111 | 101 | 11000000 | 0 | 1100010 | 11001 | 0 | 100111011 | 1100100 | 110011 |
Color Harmonies of #FF05C0
Complementary color
Monochromatic Colors of #FF05C0
Black with #FF05C0
Text Example
Text Example
White with #FF05C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05C0; }
p { color: rgb(255,5,192); }
H1.HeaderClassName
{
color: #FF05C0;
}
.AnyTagClassName
{
color: #FF05C0;
}
</style>
background-color css
<style>
a { background-color: #FF05C0; }
a { background-color: rgb(255,5,192); }
div.DivClassName
{
background-color: #FF05C0;
}
.BgClassName
{
background-color: #FF05C0;
}
</style>
border-color css
<style>
span { border-color: #FF05C0; }
span { border-color: rgb(255,5,192); }
td.TdClassName
{
border-color: #FF05C0;
}
.TagClassName
{
border-color: #FF05C0;
}
</style>