Shades of Shocking Pink #FF0FB6
Tints of Shocking Pink #FF0FB6
RGB
CMYK
RGB Variations
Color information
#FF0FB6 (or 0xFF0FB6) is known color: Shocking Pink. HEX triplet: FF, 0F and B6. RGB value is (255,15,182). Sum of RGB (Red+Green+Blue) = 255+15+182=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FB6 is #00F049. Grayscale: #696969. Windows color (decimal): -61514 or 11931647. OLE color: 11931647.
HSL color Cylindrical-coordinate representation of color #FF0FB6: hue angle of 318.25º 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 #FF0FB6 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 182 | - |
| CMYK | 0 | 0.94 | 0.29 | 0 |
| HSL | 318.25º | 1% | 0.53% | - |
| HSV(B) | 318.25º | 0.94% | 1% | - |
| XYZ | 49.85 | 24.98 | 46.45 | - |
| YUV | 105.8 | 171.01 | 234.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 182 | 0 | 0.94 | 0.29 | 0 | 318.25 | 1 | 0.53 |
| Hex | FF | F | B6 | 0 | 5E | 1D | 0 | 13E | 64 | 35 |
| Octal | 377 | 17 | 266 | 0 | 136 | 35 | 0 | 476 | 144 | 65 |
| Binary | 11111111 | 1111 | 10110110 | 0 | 1011110 | 11101 | 0 | 100111110 | 1100100 | 110101 |
Color Harmonies of #FF0FB6
Complementary color
Monochromatic Colors of #FF0FB6
Black with #FF0FB6
Text Example
Text Example
White with #FF0FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FB6; }
p { color: rgb(255,15,182); }
H1.HeaderClassName
{
color: #FF0FB6;
}
.AnyTagClassName
{
color: #FF0FB6;
}
</style>
background-color css
<style>
a { background-color: #FF0FB6; }
a { background-color: rgb(255,15,182); }
div.DivClassName
{
background-color: #FF0FB6;
}
.BgClassName
{
background-color: #FF0FB6;
}
</style>
border-color css
<style>
span { border-color: #FF0FB6; }
span { border-color: rgb(255,15,182); }
td.TdClassName
{
border-color: #FF0FB6;
}
.TagClassName
{
border-color: #FF0FB6;
}
</style>