Shades of Shocking Pink #FF10C9
Tints of Shocking Pink #FF10C9
RGB
CMYK
RGB Variations
Color information
#FF10C9 (or 0xFF10C9) is known color: Shocking Pink. HEX triplet: FF, 10 and C9. RGB value is (255,16,201). Sum of RGB (Red+Green+Blue) = 255+16+201=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 16 (6.64% from 255 or 3.39% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF10C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF10C9 is #00EF36. Grayscale: #6C6C6C. Windows color (decimal): -61239 or 13177087. OLE color: 13177087.
HSL color Cylindrical-coordinate representation of color #FF10C9: hue angle of 313.56º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF10C9 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 201 | - |
| CMYK | 0 | 0.94 | 0.21 | 0 |
| HSL | 313.56º | 1% | 0.53% | - |
| HSV(B) | 313.56º | 0.94% | 1% | - |
| XYZ | 51.97 | 25.85 | 57.51 | - |
| YUV | 108.55 | 180.18 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 201 | 0 | 0.94 | 0.21 | 0 | 313.56 | 1 | 0.53 |
| Hex | FF | 10 | C9 | 0 | 5E | 15 | 0 | 13A | 64 | 35 |
| Octal | 377 | 20 | 311 | 0 | 136 | 25 | 0 | 472 | 144 | 65 |
| Binary | 11111111 | 10000 | 11001001 | 0 | 1011110 | 10101 | 0 | 100111010 | 1100100 | 110101 |
Color Harmonies of #FF10C9
Complementary color
Monochromatic Colors of #FF10C9
Black with #FF10C9
Text Example
Text Example
White with #FF10C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF10C9; }
p { color: rgb(255,16,201); }
H1.HeaderClassName
{
color: #FF10C9;
}
.AnyTagClassName
{
color: #FF10C9;
}
</style>
background-color css
<style>
a { background-color: #FF10C9; }
a { background-color: rgb(255,16,201); }
div.DivClassName
{
background-color: #FF10C9;
}
.BgClassName
{
background-color: #FF10C9;
}
</style>
border-color css
<style>
span { border-color: #FF10C9; }
span { border-color: rgb(255,16,201); }
td.TdClassName
{
border-color: #FF10C9;
}
.TagClassName
{
border-color: #FF10C9;
}
</style>