Shades of Shocking Pink #FF13CF
Tints of Shocking Pink #FF13CF
RGB
CMYK
RGB Variations
Color information
#FF13CF (or 0xFF13CF) is known color: Shocking Pink. HEX triplet: FF, 13 and CF. RGB value is (255,19,207). Sum of RGB (Red+Green+Blue) = 255+19+207=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 19 (7.81% from 255 or 3.95% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF13CF is #00EC30. Grayscale: #6E6E6E. Windows color (decimal): -60465 or 13571071. OLE color: 13571071.
HSL color Cylindrical-coordinate representation of color #FF13CF: hue angle of 312.2º 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 #FF13CF is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 207 | - |
| CMYK | 0 | 0.93 | 0.19 | 0 |
| HSL | 312.2º | 1% | 0.54% | - |
| HSV(B) | 312.2º | 0.93% | 1% | - |
| XYZ | 52.74 | 26.23 | 61.32 | - |
| YUV | 111 | 182.19 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 207 | 0 | 0.93 | 0.19 | 0 | 312.2 | 1 | 0.54 |
| Hex | FF | 13 | CF | 0 | 5D | 13 | 0 | 138 | 64 | 36 |
| Octal | 377 | 23 | 317 | 0 | 135 | 23 | 0 | 470 | 144 | 66 |
| Binary | 11111111 | 10011 | 11001111 | 0 | 1011101 | 10011 | 0 | 100111000 | 1100100 | 110110 |
Color Harmonies of #FF13CF
Complementary color
Monochromatic Colors of #FF13CF
Black with #FF13CF
Text Example
Text Example
White with #FF13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF13CF; }
p { color: rgb(255,19,207); }
H1.HeaderClassName
{
color: #FF13CF;
}
.AnyTagClassName
{
color: #FF13CF;
}
</style>
background-color css
<style>
a { background-color: #FF13CF; }
a { background-color: rgb(255,19,207); }
div.DivClassName
{
background-color: #FF13CF;
}
.BgClassName
{
background-color: #FF13CF;
}
</style>
border-color css
<style>
span { border-color: #FF13CF; }
span { border-color: rgb(255,19,207); }
td.TdClassName
{
border-color: #FF13CF;
}
.TagClassName
{
border-color: #FF13CF;
}
</style>