Shades of Shocking Pink #FF09C6
Tints of Shocking Pink #FF09C6
RGB
CMYK
RGB Variations
Color information
#FF09C6 (or 0xFF09C6) is known color: Shocking Pink. HEX triplet: FF, 09 and C6. RGB value is (255,9,198). Sum of RGB (Red+Green+Blue) = 255+9+198=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 9 (3.91% from 255 or 1.95% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09C6 is #00F639. Grayscale: #676767. Windows color (decimal): -63034 or 12978687. OLE color: 12978687.
HSL color Cylindrical-coordinate representation of color #FF09C6: hue angle of 313.9º 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 #FF09C6 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 198 | - |
| CMYK | 0 | 0.96 | 0.22 | 0 |
| HSL | 313.9º | 1% | 0.52% | - |
| HSV(B) | 313.9º | 0.96% | 1% | - |
| XYZ | 51.53 | 25.53 | 55.64 | - |
| YUV | 104.1 | 181 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 198 | 0 | 0.96 | 0.22 | 0 | 313.9 | 1 | 0.52 |
| Hex | FF | 9 | C6 | 0 | 60 | 16 | 0 | 13A | 64 | 34 |
| Octal | 377 | 11 | 306 | 0 | 140 | 26 | 0 | 472 | 144 | 64 |
| Binary | 11111111 | 1001 | 11000110 | 0 | 1100000 | 10110 | 0 | 100111010 | 1100100 | 110100 |
Color Harmonies of #FF09C6
Complementary color
Monochromatic Colors of #FF09C6
Black with #FF09C6
Text Example
Text Example
White with #FF09C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09C6; }
p { color: rgb(255,9,198); }
H1.HeaderClassName
{
color: #FF09C6;
}
.AnyTagClassName
{
color: #FF09C6;
}
</style>
background-color css
<style>
a { background-color: #FF09C6; }
a { background-color: rgb(255,9,198); }
div.DivClassName
{
background-color: #FF09C6;
}
.BgClassName
{
background-color: #FF09C6;
}
</style>
border-color css
<style>
span { border-color: #FF09C6; }
span { border-color: rgb(255,9,198); }
td.TdClassName
{
border-color: #FF09C6;
}
.TagClassName
{
border-color: #FF09C6;
}
</style>