Shades of Shocking Pink #FF09C0
Tints of Shocking Pink #FF09C0
RGB
CMYK
RGB Variations
Color information
#FF09C0 (or 0xFF09C0) is known color: Shocking Pink. HEX triplet: FF, 09 and C0. RGB value is (255,9,192). Sum of RGB (Red+Green+Blue) = 255+9+192=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 9 (3.91% from 255 or 1.97% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09C0 is #00F63F. Grayscale: #666666. Windows color (decimal): -63040 or 12585471. OLE color: 12585471.
HSL color Cylindrical-coordinate representation of color #FF09C0: hue angle of 315.37º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF09C0 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 192 | - |
| CMYK | 0 | 0.96 | 0.25 | 0 |
| HSL | 315.37º | 1% | 0.52% | - |
| HSV(B) | 315.37º | 0.96% | 1% | - |
| XYZ | 50.85 | 25.26 | 52.06 | - |
| YUV | 103.42 | 178 | 236.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 192 | 0 | 0.96 | 0.25 | 0 | 315.37 | 1 | 0.52 |
| Hex | FF | 9 | C0 | 0 | 60 | 19 | 0 | 13B | 64 | 34 |
| Octal | 377 | 11 | 300 | 0 | 140 | 31 | 0 | 473 | 144 | 64 |
| Binary | 11111111 | 1001 | 11000000 | 0 | 1100000 | 11001 | 0 | 100111011 | 1100100 | 110100 |
Color Harmonies of #FF09C0
Complementary color
Monochromatic Colors of #FF09C0
Black with #FF09C0
Text Example
Text Example
White with #FF09C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09C0; }
p { color: rgb(255,9,192); }
H1.HeaderClassName
{
color: #FF09C0;
}
.AnyTagClassName
{
color: #FF09C0;
}
</style>
background-color css
<style>
a { background-color: #FF09C0; }
a { background-color: rgb(255,9,192); }
div.DivClassName
{
background-color: #FF09C0;
}
.BgClassName
{
background-color: #FF09C0;
}
</style>
border-color css
<style>
span { border-color: #FF09C0; }
span { border-color: rgb(255,9,192); }
td.TdClassName
{
border-color: #FF09C0;
}
.TagClassName
{
border-color: #FF09C0;
}
</style>