Shades of Shocking Pink #FF13CC
Tints of Shocking Pink #FF13CC
RGB
CMYK
RGB Variations
Color information
#FF13CC (or 0xFF13CC) is known color: Shocking Pink. HEX triplet: FF, 13 and CC. RGB value is (255,19,204). Sum of RGB (Red+Green+Blue) = 255+19+204=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 19 (7.81% from 255 or 3.97% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF13CC is #00EC33. Grayscale: #6E6E6E. Windows color (decimal): -60468 or 13374463. OLE color: 13374463.
HSL color Cylindrical-coordinate representation of color #FF13CC: hue angle of 312.97º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF13CC is Cyan = 0, Magento = 0.93, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 204 | - |
| CMYK | 0 | 0.93 | 0.2 | 0 |
| HSL | 312.97º | 1% | 0.54% | - |
| HSV(B) | 312.97º | 0.93% | 1% | - |
| XYZ | 52.37 | 26.09 | 59.4 | - |
| YUV | 110.65 | 180.69 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 204 | 0 | 0.93 | 0.2 | 0 | 312.97 | 1 | 0.54 |
| Hex | FF | 13 | CC | 0 | 5D | 14 | 0 | 139 | 64 | 36 |
| Octal | 377 | 23 | 314 | 0 | 135 | 24 | 0 | 471 | 144 | 66 |
| Binary | 11111111 | 10011 | 11001100 | 0 | 1011101 | 10100 | 0 | 100111001 | 1100100 | 110110 |
Color Harmonies of #FF13CC
Complementary color
Monochromatic Colors of #FF13CC
Black with #FF13CC
Text Example
Text Example
White with #FF13CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13CC; }
p { color: rgb(255,19,204); }
H1.HeaderClassName
{
color: #FF13CC;
}
.AnyTagClassName
{
color: #FF13CC;
}
</style>
background-color css
<style>
a { background-color: #FF13CC; }
a { background-color: rgb(255,19,204); }
div.DivClassName
{
background-color: #FF13CC;
}
.BgClassName
{
background-color: #FF13CC;
}
</style>
border-color css
<style>
span { border-color: #FF13CC; }
span { border-color: rgb(255,19,204); }
td.TdClassName
{
border-color: #FF13CC;
}
.TagClassName
{
border-color: #FF13CC;
}
</style>