Shades of Shocking Pink #FF13CB
Tints of Shocking Pink #FF13CB
RGB
CMYK
RGB Variations
Color information
#FF13CB (or 0xFF13CB) is known color: Shocking Pink. HEX triplet: FF, 13 and CB. RGB value is (255,19,203). Sum of RGB (Red+Green+Blue) = 255+19+203=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 19 (7.81% from 255 or 3.98% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF13CB is #00EC34. Grayscale: #6E6E6E. Windows color (decimal): -60469 or 13308927. OLE color: 13308927.
HSL color Cylindrical-coordinate representation of color #FF13CB: hue angle of 313.22º 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 #FF13CB is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 203 | - |
| CMYK | 0 | 0.93 | 0.20 | 0 |
| HSL | 313.22º | 1% | 0.54% | - |
| HSV(B) | 313.22º | 0.93% | 1% | - |
| XYZ | 52.25 | 26.04 | 58.77 | - |
| YUV | 110.54 | 180.19 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 203 | 0 | 0.93 | 0.20 | 0 | 313.22 | 1 | 0.54 |
| Hex | FF | 13 | CB | 0 | 5D | 14 | 0 | 139 | 64 | 36 |
| Octal | 377 | 23 | 313 | 0 | 135 | 24 | 0 | 471 | 144 | 66 |
| Binary | 11111111 | 10011 | 11001011 | 0 | 1011101 | 10100 | 0 | 100111001 | 1100100 | 110110 |
Color Harmonies of #FF13CB
Complementary color
Monochromatic Colors of #FF13CB
Black with #FF13CB
Text Example
Text Example
White with #FF13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13CB; }
p { color: rgb(255,19,203); }
H1.HeaderClassName
{
color: #FF13CB;
}
.AnyTagClassName
{
color: #FF13CB;
}
</style>
background-color css
<style>
a { background-color: #FF13CB; }
a { background-color: rgb(255,19,203); }
div.DivClassName
{
background-color: #FF13CB;
}
.BgClassName
{
background-color: #FF13CB;
}
</style>
border-color css
<style>
span { border-color: #FF13CB; }
span { border-color: rgb(255,19,203); }
td.TdClassName
{
border-color: #FF13CB;
}
.TagClassName
{
border-color: #FF13CB;
}
</style>