Shades of Shocking Pink #FF0FB5
Tints of Shocking Pink #FF0FB5
RGB
CMYK
RGB Variations
Color information
#FF0FB5 (or 0xFF0FB5) is known color: Shocking Pink. HEX triplet: FF, 0F and B5. RGB value is (255,15,181). Sum of RGB (Red+Green+Blue) = 255+15+181=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FB5 is #00F04A. Grayscale: #696969. Windows color (decimal): -61515 or 11866111. OLE color: 11866111.
HSL color Cylindrical-coordinate representation of color #FF0FB5: hue angle of 318.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 #FF0FB5 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 181 | - |
| CMYK | 0 | 0.94 | 0.29 | 0 |
| HSL | 318.5º | 1% | 0.53% | - |
| HSV(B) | 318.5º | 0.94% | 1% | - |
| XYZ | 49.75 | 24.94 | 45.91 | - |
| YUV | 105.68 | 170.51 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 181 | 0 | 0.94 | 0.29 | 0 | 318.5 | 1 | 0.53 |
| Hex | FF | F | B5 | 0 | 5E | 1D | 0 | 13E | 64 | 35 |
| Octal | 377 | 17 | 265 | 0 | 136 | 35 | 0 | 476 | 144 | 65 |
| Binary | 11111111 | 1111 | 10110101 | 0 | 1011110 | 11101 | 0 | 100111110 | 1100100 | 110101 |
Color Harmonies of #FF0FB5
Complementary color
Monochromatic Colors of #FF0FB5
Black with #FF0FB5
Text Example
Text Example
White with #FF0FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FB5; }
p { color: rgb(255,15,181); }
H1.HeaderClassName
{
color: #FF0FB5;
}
.AnyTagClassName
{
color: #FF0FB5;
}
</style>
background-color css
<style>
a { background-color: #FF0FB5; }
a { background-color: rgb(255,15,181); }
div.DivClassName
{
background-color: #FF0FB5;
}
.BgClassName
{
background-color: #FF0FB5;
}
</style>
border-color css
<style>
span { border-color: #FF0FB5; }
span { border-color: rgb(255,15,181); }
td.TdClassName
{
border-color: #FF0FB5;
}
.TagClassName
{
border-color: #FF0FB5;
}
</style>