Shades of Shocking Pink #FF13C9
Tints of Shocking Pink #FF13C9
RGB
CMYK
RGB Variations
Color information
#FF13C9 (or 0xFF13C9) is known color: Shocking Pink. HEX triplet: FF, 13 and C9. RGB value is (255,19,201). Sum of RGB (Red+Green+Blue) = 255+19+201=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 19 (7.81% from 255 or 4% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF13C9 is #00EC36. Grayscale: #6D6D6D. Windows color (decimal): -60471 or 13177855. OLE color: 13177855.
HSL color Cylindrical-coordinate representation of color #FF13C9: hue angle of 313.73º 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 #FF13C9 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 201 | - |
| CMYK | 0 | 0.93 | 0.21 | 0 |
| HSL | 313.73º | 1% | 0.54% | - |
| HSV(B) | 313.73º | 0.93% | 1% | - |
| XYZ | 52.02 | 25.94 | 57.52 | - |
| YUV | 110.31 | 179.19 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 201 | 0 | 0.93 | 0.21 | 0 | 313.73 | 1 | 0.54 |
| Hex | FF | 13 | C9 | 0 | 5D | 15 | 0 | 13A | 64 | 36 |
| Octal | 377 | 23 | 311 | 0 | 135 | 25 | 0 | 472 | 144 | 66 |
| Binary | 11111111 | 10011 | 11001001 | 0 | 1011101 | 10101 | 0 | 100111010 | 1100100 | 110110 |
Color Harmonies of #FF13C9
Complementary color
Monochromatic Colors of #FF13C9
Black with #FF13C9
Text Example
Text Example
White with #FF13C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13C9; }
p { color: rgb(255,19,201); }
H1.HeaderClassName
{
color: #FF13C9;
}
.AnyTagClassName
{
color: #FF13C9;
}
</style>
background-color css
<style>
a { background-color: #FF13C9; }
a { background-color: rgb(255,19,201); }
div.DivClassName
{
background-color: #FF13C9;
}
.BgClassName
{
background-color: #FF13C9;
}
</style>
border-color css
<style>
span { border-color: #FF13C9; }
span { border-color: rgb(255,19,201); }
td.TdClassName
{
border-color: #FF13C9;
}
.TagClassName
{
border-color: #FF13C9;
}
</style>