Shades of Shocking Pink #FF1CCC
Tints of Shocking Pink #FF1CCC
RGB
CMYK
RGB Variations
Color information
#FF1CCC (or 0xFF1CCC) is known color: Shocking Pink. HEX triplet: FF, 1C and CC. RGB value is (255,28,204). Sum of RGB (Red+Green+Blue) = 255+28+204=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 28 (11.33% from 255 or 5.75% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1CCC is #00E333. Grayscale: #737373. Windows color (decimal): -58164 or 13376767. OLE color: 13376767.
HSL color Cylindrical-coordinate representation of color #FF1CCC: hue angle of 313.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1CCC is Cyan = 0, Magento = 0.89, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 204 | - |
| CMYK | 0 | 0.89 | 0.2 | 0 |
| HSL | 313.48º | 1% | 0.55% | - |
| HSV(B) | 313.48º | 0.89% | 1% | - |
| XYZ | 52.55 | 26.45 | 59.46 | - |
| YUV | 115.94 | 177.71 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 204 | 0 | 0.89 | 0.2 | 0 | 313.48 | 1 | 0.55 |
| Hex | FF | 1C | CC | 0 | 59 | 14 | 0 | 139 | 64 | 37 |
| Octal | 377 | 34 | 314 | 0 | 131 | 24 | 0 | 471 | 144 | 67 |
| Binary | 11111111 | 11100 | 11001100 | 0 | 1011001 | 10100 | 0 | 100111001 | 1100100 | 110111 |
Color Harmonies of #FF1CCC
Complementary color
Monochromatic Colors of #FF1CCC
Black with #FF1CCC
Text Example
Text Example
White with #FF1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CCC; }
p { color: rgb(255,28,204); }
H1.HeaderClassName
{
color: #FF1CCC;
}
.AnyTagClassName
{
color: #FF1CCC;
}
</style>
background-color css
<style>
a { background-color: #FF1CCC; }
a { background-color: rgb(255,28,204); }
div.DivClassName
{
background-color: #FF1CCC;
}
.BgClassName
{
background-color: #FF1CCC;
}
</style>
border-color css
<style>
span { border-color: #FF1CCC; }
span { border-color: rgb(255,28,204); }
td.TdClassName
{
border-color: #FF1CCC;
}
.TagClassName
{
border-color: #FF1CCC;
}
</style>