Shades of Shocking Pink #FF13D0
Tints of Shocking Pink #FF13D0
RGB
CMYK
RGB Variations
Color information
#FF13D0 (or 0xFF13D0) is known color: Shocking Pink. HEX triplet: FF, 13 and D0. RGB value is (255,19,208). Sum of RGB (Red+Green+Blue) = 255+19+208=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 19 (7.81% from 255 or 3.94% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF13D0 is #00EC2F. Grayscale: #6E6E6E. Windows color (decimal): -60464 or 13636607. OLE color: 13636607.
HSL color Cylindrical-coordinate representation of color #FF13D0: hue angle of 311.95º 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 #FF13D0 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 208 | - |
| CMYK | 0 | 0.93 | 0.18 | 0 |
| HSL | 311.95º | 1% | 0.54% | - |
| HSV(B) | 311.95º | 0.93% | 1% | - |
| XYZ | 52.86 | 26.28 | 61.96 | - |
| YUV | 111.11 | 182.69 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 208 | 0 | 0.93 | 0.18 | 0 | 311.95 | 1 | 0.54 |
| Hex | FF | 13 | D0 | 0 | 5D | 12 | 0 | 138 | 64 | 36 |
| Octal | 377 | 23 | 320 | 0 | 135 | 22 | 0 | 470 | 144 | 66 |
| Binary | 11111111 | 10011 | 11010000 | 0 | 1011101 | 10010 | 0 | 100111000 | 1100100 | 110110 |
Color Harmonies of #FF13D0
Complementary color
Monochromatic Colors of #FF13D0
Black with #FF13D0
Text Example
Text Example
White with #FF13D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13D0; }
p { color: rgb(255,19,208); }
H1.HeaderClassName
{
color: #FF13D0;
}
.AnyTagClassName
{
color: #FF13D0;
}
</style>
background-color css
<style>
a { background-color: #FF13D0; }
a { background-color: rgb(255,19,208); }
div.DivClassName
{
background-color: #FF13D0;
}
.BgClassName
{
background-color: #FF13D0;
}
</style>
border-color css
<style>
span { border-color: #FF13D0; }
span { border-color: rgb(255,19,208); }
td.TdClassName
{
border-color: #FF13D0;
}
.TagClassName
{
border-color: #FF13D0;
}
</style>