Shades of Shocking Pink #FF09BF
Tints of Shocking Pink #FF09BF
RGB
CMYK
RGB Variations
Color information
#FF09BF (or 0xFF09BF) is known color: Shocking Pink. HEX triplet: FF, 09 and BF. RGB value is (255,9,191). Sum of RGB (Red+Green+Blue) = 255+9+191=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09BF is #00F640. Grayscale: #666666. Windows color (decimal): -63041 or 12519935. OLE color: 12519935.
HSL color Cylindrical-coordinate representation of color #FF09BF: hue angle of 315.61º 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 #FF09BF is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 191 | - |
| CMYK | 0 | 0.96 | 0.25 | 0 |
| HSL | 315.61º | 1% | 0.52% | - |
| HSV(B) | 315.61º | 0.96% | 1% | - |
| XYZ | 50.74 | 25.22 | 51.48 | - |
| YUV | 103.3 | 177.5 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 191 | 0 | 0.96 | 0.25 | 0 | 315.61 | 1 | 0.52 |
| Hex | FF | 9 | BF | 0 | 60 | 19 | 0 | 13C | 64 | 34 |
| Octal | 377 | 11 | 277 | 0 | 140 | 31 | 0 | 474 | 144 | 64 |
| Binary | 11111111 | 1001 | 10111111 | 0 | 1100000 | 11001 | 0 | 100111100 | 1100100 | 110100 |
Color Harmonies of #FF09BF
Complementary color
Monochromatic Colors of #FF09BF
Black with #FF09BF
Text Example
Text Example
White with #FF09BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09BF; }
p { color: rgb(255,9,191); }
H1.HeaderClassName
{
color: #FF09BF;
}
.AnyTagClassName
{
color: #FF09BF;
}
</style>
background-color css
<style>
a { background-color: #FF09BF; }
a { background-color: rgb(255,9,191); }
div.DivClassName
{
background-color: #FF09BF;
}
.BgClassName
{
background-color: #FF09BF;
}
</style>
border-color css
<style>
span { border-color: #FF09BF; }
span { border-color: rgb(255,9,191); }
td.TdClassName
{
border-color: #FF09BF;
}
.TagClassName
{
border-color: #FF09BF;
}
</style>