Shades of Shocking Pink #FF09B8
Tints of Shocking Pink #FF09B8
RGB
CMYK
RGB Variations
Color information
#FF09B8 (or 0xFF09B8) is known color: Shocking Pink. HEX triplet: FF, 09 and B8. RGB value is (255,9,184). Sum of RGB (Red+Green+Blue) = 255+9+184=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09B8 is #00F647. Grayscale: #666666. Windows color (decimal): -63048 or 12061183. OLE color: 12061183.
HSL color Cylindrical-coordinate representation of color #FF09B8: hue angle of 317.32º 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 #FF09B8 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 184 | - |
| CMYK | 0 | 0.96 | 0.28 | 0 |
| HSL | 317.32º | 1% | 0.52% | - |
| HSV(B) | 317.32º | 0.96% | 1% | - |
| XYZ | 49.99 | 24.92 | 47.52 | - |
| YUV | 102.5 | 174 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 184 | 0 | 0.96 | 0.28 | 0 | 317.32 | 1 | 0.52 |
| Hex | FF | 9 | B8 | 0 | 60 | 1C | 0 | 13D | 64 | 34 |
| Octal | 377 | 11 | 270 | 0 | 140 | 34 | 0 | 475 | 144 | 64 |
| Binary | 11111111 | 1001 | 10111000 | 0 | 1100000 | 11100 | 0 | 100111101 | 1100100 | 110100 |
Color Harmonies of #FF09B8
Complementary color
Monochromatic Colors of #FF09B8
Black with #FF09B8
Text Example
Text Example
White with #FF09B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09B8; }
p { color: rgb(255,9,184); }
H1.HeaderClassName
{
color: #FF09B8;
}
.AnyTagClassName
{
color: #FF09B8;
}
</style>
background-color css
<style>
a { background-color: #FF09B8; }
a { background-color: rgb(255,9,184); }
div.DivClassName
{
background-color: #FF09B8;
}
.BgClassName
{
background-color: #FF09B8;
}
</style>
border-color css
<style>
span { border-color: #FF09B8; }
span { border-color: rgb(255,9,184); }
td.TdClassName
{
border-color: #FF09B8;
}
.TagClassName
{
border-color: #FF09B8;
}
</style>