Shades of Shocking Pink #FF09BC
Tints of Shocking Pink #FF09BC
RGB
CMYK
RGB Variations
Color information
#FF09BC (or 0xFF09BC) is known color: Shocking Pink. HEX triplet: FF, 09 and BC. RGB value is (255,9,188). Sum of RGB (Red+Green+Blue) = 255+9+188=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09BC is #00F643. Grayscale: #666666. Windows color (decimal): -63044 or 12323327. OLE color: 12323327.
HSL color Cylindrical-coordinate representation of color #FF09BC: hue angle of 316.34º 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 #FF09BC is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.26 | 0 |
| HSL | 316.34º | 1% | 0.52% | - |
| HSV(B) | 316.34º | 0.96% | 1% | - |
| XYZ | 50.41 | 25.09 | 49.76 | - |
| YUV | 102.96 | 176 | 236.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 188 | 0 | 0.96 | 0.26 | 0 | 316.34 | 1 | 0.52 |
| Hex | FF | 9 | BC | 0 | 60 | 1A | 0 | 13C | 64 | 34 |
| Octal | 377 | 11 | 274 | 0 | 140 | 32 | 0 | 474 | 144 | 64 |
| Binary | 11111111 | 1001 | 10111100 | 0 | 1100000 | 11010 | 0 | 100111100 | 1100100 | 110100 |
Color Harmonies of #FF09BC
Complementary color
Monochromatic Colors of #FF09BC
Black with #FF09BC
Text Example
Text Example
White with #FF09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09BC; }
p { color: rgb(255,9,188); }
H1.HeaderClassName
{
color: #FF09BC;
}
.AnyTagClassName
{
color: #FF09BC;
}
</style>
background-color css
<style>
a { background-color: #FF09BC; }
a { background-color: rgb(255,9,188); }
div.DivClassName
{
background-color: #FF09BC;
}
.BgClassName
{
background-color: #FF09BC;
}
</style>
border-color css
<style>
span { border-color: #FF09BC; }
span { border-color: rgb(255,9,188); }
td.TdClassName
{
border-color: #FF09BC;
}
.TagClassName
{
border-color: #FF09BC;
}
</style>