Shades of Shocking Pink #FF0FBE
Tints of Shocking Pink #FF0FBE
RGB
CMYK
RGB Variations
Color information
#FF0FBE (or 0xFF0FBE) is known color: Shocking Pink. HEX triplet: FF, 0F and BE. RGB value is (255,15,190). Sum of RGB (Red+Green+Blue) = 255+15+190=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FBE is #00F041. Grayscale: #6A6A6A. Windows color (decimal): -61506 or 12455935. OLE color: 12455935.
HSL color Cylindrical-coordinate representation of color #FF0FBE: hue angle of 316.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 #FF0FBE is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 190 | - |
| CMYK | 0 | 0.94 | 0.25 | 0 |
| HSL | 316.25º | 1% | 0.53% | - |
| HSV(B) | 316.25º | 0.94% | 1% | - |
| XYZ | 50.71 | 25.32 | 50.93 | - |
| YUV | 106.71 | 175.01 | 233.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 190 | 0 | 0.94 | 0.25 | 0 | 316.25 | 1 | 0.53 |
| Hex | FF | F | BE | 0 | 5E | 19 | 0 | 13C | 64 | 35 |
| Octal | 377 | 17 | 276 | 0 | 136 | 31 | 0 | 474 | 144 | 65 |
| Binary | 11111111 | 1111 | 10111110 | 0 | 1011110 | 11001 | 0 | 100111100 | 1100100 | 110101 |
Color Harmonies of #FF0FBE
Complementary color
Monochromatic Colors of #FF0FBE
Black with #FF0FBE
Text Example
Text Example
White with #FF0FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FBE; }
p { color: rgb(255,15,190); }
H1.HeaderClassName
{
color: #FF0FBE;
}
.AnyTagClassName
{
color: #FF0FBE;
}
</style>
background-color css
<style>
a { background-color: #FF0FBE; }
a { background-color: rgb(255,15,190); }
div.DivClassName
{
background-color: #FF0FBE;
}
.BgClassName
{
background-color: #FF0FBE;
}
</style>
border-color css
<style>
span { border-color: #FF0FBE; }
span { border-color: rgb(255,15,190); }
td.TdClassName
{
border-color: #FF0FBE;
}
.TagClassName
{
border-color: #FF0FBE;
}
</style>