Shades of Shocking Pink #FF0FBF
Tints of Shocking Pink #FF0FBF
RGB
CMYK
RGB Variations
Color information
#FF0FBF (or 0xFF0FBF) is known color: Shocking Pink. HEX triplet: FF, 0F and BF. RGB value is (255,15,191). Sum of RGB (Red+Green+Blue) = 255+15+191=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FBF is #00F040. Grayscale: #6A6A6A. Windows color (decimal): -61505 or 12521471. OLE color: 12521471.
HSL color Cylindrical-coordinate representation of color #FF0FBF: hue angle of 316º 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 #FF0FBF is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 191 | - |
| CMYK | 0 | 0.94 | 0.25 | 0 |
| HSL | 316º | 1% | 0.53% | - |
| HSV(B) | 316º | 0.94% | 1% | - |
| XYZ | 50.81 | 25.36 | 51.51 | - |
| YUV | 106.82 | 175.51 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 191 | 0 | 0.94 | 0.25 | 0 | 316 | 1 | 0.53 |
| Hex | FF | F | BF | 0 | 5E | 19 | 0 | 13C | 64 | 35 |
| Octal | 377 | 17 | 277 | 0 | 136 | 31 | 0 | 474 | 144 | 65 |
| Binary | 11111111 | 1111 | 10111111 | 0 | 1011110 | 11001 | 0 | 100111100 | 1100100 | 110101 |
Color Harmonies of #FF0FBF
Complementary color
Monochromatic Colors of #FF0FBF
Black with #FF0FBF
Text Example
Text Example
White with #FF0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FBF; }
p { color: rgb(255,15,191); }
H1.HeaderClassName
{
color: #FF0FBF;
}
.AnyTagClassName
{
color: #FF0FBF;
}
</style>
background-color css
<style>
a { background-color: #FF0FBF; }
a { background-color: rgb(255,15,191); }
div.DivClassName
{
background-color: #FF0FBF;
}
.BgClassName
{
background-color: #FF0FBF;
}
</style>
border-color css
<style>
span { border-color: #FF0FBF; }
span { border-color: rgb(255,15,191); }
td.TdClassName
{
border-color: #FF0FBF;
}
.TagClassName
{
border-color: #FF0FBF;
}
</style>