Shades of Shocking Pink #FF17CC
Tints of Shocking Pink #FF17CC
RGB
CMYK
RGB Variations
Color information
#FF17CC (or 0xFF17CC) is known color: Shocking Pink. HEX triplet: FF, 17 and CC. RGB value is (255,23,204). Sum of RGB (Red+Green+Blue) = 255+23+204=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 23 (9.38% from 255 or 4.77% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF17CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF17CC is #00E833. Grayscale: #707070. Windows color (decimal): -59444 or 13375487. OLE color: 13375487.
HSL color Cylindrical-coordinate representation of color #FF17CC: hue angle of 313.19º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF17CC is Cyan = 0, Magento = 0.91, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 204 | - |
| CMYK | 0 | 0.91 | 0.2 | 0 |
| HSL | 313.19º | 1% | 0.55% | - |
| HSV(B) | 313.19º | 0.91% | 1% | - |
| XYZ | 52.45 | 26.23 | 59.43 | - |
| YUV | 113 | 179.36 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 204 | 0 | 0.91 | 0.2 | 0 | 313.19 | 1 | 0.55 |
| Hex | FF | 17 | CC | 0 | 5B | 14 | 0 | 139 | 64 | 37 |
| Octal | 377 | 27 | 314 | 0 | 133 | 24 | 0 | 471 | 144 | 67 |
| Binary | 11111111 | 10111 | 11001100 | 0 | 1011011 | 10100 | 0 | 100111001 | 1100100 | 110111 |
Color Harmonies of #FF17CC
Complementary color
Monochromatic Colors of #FF17CC
Black with #FF17CC
Text Example
Text Example
White with #FF17CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF17CC; }
p { color: rgb(255,23,204); }
H1.HeaderClassName
{
color: #FF17CC;
}
.AnyTagClassName
{
color: #FF17CC;
}
</style>
background-color css
<style>
a { background-color: #FF17CC; }
a { background-color: rgb(255,23,204); }
div.DivClassName
{
background-color: #FF17CC;
}
.BgClassName
{
background-color: #FF17CC;
}
</style>
border-color css
<style>
span { border-color: #FF17CC; }
span { border-color: rgb(255,23,204); }
td.TdClassName
{
border-color: #FF17CC;
}
.TagClassName
{
border-color: #FF17CC;
}
</style>