Shades of Shocking Pink #FF09BD
Tints of Shocking Pink #FF09BD
RGB
CMYK
RGB Variations
Color information
#FF09BD (or 0xFF09BD) is known color: Shocking Pink. HEX triplet: FF, 09 and BD. RGB value is (255,9,189). Sum of RGB (Red+Green+Blue) = 255+9+189=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09BD is #00F642. Grayscale: #666666. Windows color (decimal): -63043 or 12388863. OLE color: 12388863.
HSL color Cylindrical-coordinate representation of color #FF09BD: hue angle of 316.1º 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 #FF09BD is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.26 | 0 |
| HSL | 316.1º | 1% | 0.52% | - |
| HSV(B) | 316.1º | 0.96% | 1% | - |
| XYZ | 50.52 | 25.13 | 50.33 | - |
| YUV | 103.07 | 176.5 | 236.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 189 | 0 | 0.96 | 0.26 | 0 | 316.1 | 1 | 0.52 |
| Hex | FF | 9 | BD | 0 | 60 | 1A | 0 | 13C | 64 | 34 |
| Octal | 377 | 11 | 275 | 0 | 140 | 32 | 0 | 474 | 144 | 64 |
| Binary | 11111111 | 1001 | 10111101 | 0 | 1100000 | 11010 | 0 | 100111100 | 1100100 | 110100 |
Color Harmonies of #FF09BD
Complementary color
Monochromatic Colors of #FF09BD
Black with #FF09BD
Text Example
Text Example
White with #FF09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09BD; }
p { color: rgb(255,9,189); }
H1.HeaderClassName
{
color: #FF09BD;
}
.AnyTagClassName
{
color: #FF09BD;
}
</style>
background-color css
<style>
a { background-color: #FF09BD; }
a { background-color: rgb(255,9,189); }
div.DivClassName
{
background-color: #FF09BD;
}
.BgClassName
{
background-color: #FF09BD;
}
</style>
border-color css
<style>
span { border-color: #FF09BD; }
span { border-color: rgb(255,9,189); }
td.TdClassName
{
border-color: #FF09BD;
}
.TagClassName
{
border-color: #FF09BD;
}
</style>