Shades of Shocking Pink #FF09B1
Tints of Shocking Pink #FF09B1
RGB
CMYK
RGB Variations
Color information
#FF09B1 (or 0xFF09B1) is known color: Shocking Pink. HEX triplet: FF, 09 and B1. RGB value is (255,9,177). Sum of RGB (Red+Green+Blue) = 255+9+177=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF09B1 is #00F64E. Grayscale: #656565. Windows color (decimal): -63055 or 11602431. OLE color: 11602431.
HSL color Cylindrical-coordinate representation of color #FF09B1: hue angle of 319.02º 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 #FF09B1 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 177 | - |
| CMYK | 0 | 0.96 | 0.31 | 0 |
| HSL | 319.02º | 1% | 0.52% | - |
| HSV(B) | 319.02º | 0.96% | 1% | - |
| XYZ | 49.27 | 24.63 | 43.75 | - |
| YUV | 101.71 | 170.5 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 177 | 0 | 0.96 | 0.31 | 0 | 319.02 | 1 | 0.52 |
| Hex | FF | 9 | B1 | 0 | 60 | 1F | 0 | 13F | 64 | 34 |
| Octal | 377 | 11 | 261 | 0 | 140 | 37 | 0 | 477 | 144 | 64 |
| Binary | 11111111 | 1001 | 10110001 | 0 | 1100000 | 11111 | 0 | 100111111 | 1100100 | 110100 |
Color Harmonies of #FF09B1
Complementary color
Monochromatic Colors of #FF09B1
Black with #FF09B1
Text Example
Text Example
White with #FF09B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09B1; }
p { color: rgb(255,9,177); }
H1.HeaderClassName
{
color: #FF09B1;
}
.AnyTagClassName
{
color: #FF09B1;
}
</style>
background-color css
<style>
a { background-color: #FF09B1; }
a { background-color: rgb(255,9,177); }
div.DivClassName
{
background-color: #FF09B1;
}
.BgClassName
{
background-color: #FF09B1;
}
</style>
border-color css
<style>
span { border-color: #FF09B1; }
span { border-color: rgb(255,9,177); }
td.TdClassName
{
border-color: #FF09B1;
}
.TagClassName
{
border-color: #FF09B1;
}
</style>