Shades of Shocking Pink #FF09C7
Tints of Shocking Pink #FF09C7
RGB
CMYK
RGB Variations
Color information
#FF09C7 (or 0xFF09C7) is known color: Shocking Pink. HEX triplet: FF, 09 and C7. RGB value is (255,9,199). Sum of RGB (Red+Green+Blue) = 255+9+199=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 9 (3.91% from 255 or 1.94% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09C7 is #00F638. Grayscale: #676767. Windows color (decimal): -63033 or 13044223. OLE color: 13044223.
HSL color Cylindrical-coordinate representation of color #FF09C7: hue angle of 313.66º 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 #FF09C7 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 199 | - |
| CMYK | 0 | 0.96 | 0.22 | 0 |
| HSL | 313.66º | 1% | 0.52% | - |
| HSV(B) | 313.66º | 0.96% | 1% | - |
| XYZ | 51.65 | 25.58 | 56.25 | - |
| YUV | 104.21 | 181.5 | 235.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 199 | 0 | 0.96 | 0.22 | 0 | 313.66 | 1 | 0.52 |
| Hex | FF | 9 | C7 | 0 | 60 | 16 | 0 | 13A | 64 | 34 |
| Octal | 377 | 11 | 307 | 0 | 140 | 26 | 0 | 472 | 144 | 64 |
| Binary | 11111111 | 1001 | 11000111 | 0 | 1100000 | 10110 | 0 | 100111010 | 1100100 | 110100 |
Color Harmonies of #FF09C7
Complementary color
Monochromatic Colors of #FF09C7
Black with #FF09C7
Text Example
Text Example
White with #FF09C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09C7; }
p { color: rgb(255,9,199); }
H1.HeaderClassName
{
color: #FF09C7;
}
.AnyTagClassName
{
color: #FF09C7;
}
</style>
background-color css
<style>
a { background-color: #FF09C7; }
a { background-color: rgb(255,9,199); }
div.DivClassName
{
background-color: #FF09C7;
}
.BgClassName
{
background-color: #FF09C7;
}
</style>
border-color css
<style>
span { border-color: #FF09C7; }
span { border-color: rgb(255,9,199); }
td.TdClassName
{
border-color: #FF09C7;
}
.TagClassName
{
border-color: #FF09C7;
}
</style>