Shades of Shocking Pink #FF0FB9
Tints of Shocking Pink #FF0FB9
RGB
CMYK
RGB Variations
Color information
#FF0FB9 (or 0xFF0FB9) is known color: Shocking Pink. HEX triplet: FF, 0F and B9. RGB value is (255,15,185). Sum of RGB (Red+Green+Blue) = 255+15+185=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FB9 is #00F046. Grayscale: #696969. Windows color (decimal): -61511 or 12128255. OLE color: 12128255.
HSL color Cylindrical-coordinate representation of color #FF0FB9: hue angle of 317.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FB9 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 185 | - |
| CMYK | 0 | 0.94 | 0.27 | 0 |
| HSL | 317.5º | 1% | 0.53% | - |
| HSV(B) | 317.5º | 0.94% | 1% | - |
| XYZ | 50.17 | 25.1 | 48.1 | - |
| YUV | 106.14 | 172.51 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 185 | 0 | 0.94 | 0.27 | 0 | 317.5 | 1 | 0.53 |
| Hex | FF | F | B9 | 0 | 5E | 1B | 0 | 13E | 64 | 35 |
| Octal | 377 | 17 | 271 | 0 | 136 | 33 | 0 | 476 | 144 | 65 |
| Binary | 11111111 | 1111 | 10111001 | 0 | 1011110 | 11011 | 0 | 100111110 | 1100100 | 110101 |
Color Harmonies of #FF0FB9
Complementary color
Monochromatic Colors of #FF0FB9
Black with #FF0FB9
Text Example
Text Example
White with #FF0FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FB9; }
p { color: rgb(255,15,185); }
H1.HeaderClassName
{
color: #FF0FB9;
}
.AnyTagClassName
{
color: #FF0FB9;
}
</style>
background-color css
<style>
a { background-color: #FF0FB9; }
a { background-color: rgb(255,15,185); }
div.DivClassName
{
background-color: #FF0FB9;
}
.BgClassName
{
background-color: #FF0FB9;
}
</style>
border-color css
<style>
span { border-color: #FF0FB9; }
span { border-color: rgb(255,15,185); }
td.TdClassName
{
border-color: #FF0FB9;
}
.TagClassName
{
border-color: #FF0FB9;
}
</style>