Shades of Shocking Pink #FF07BE
Tints of Shocking Pink #FF07BE
RGB
CMYK
RGB Variations
Color information
#FF07BE (or 0xFF07BE) is known color: Shocking Pink. HEX triplet: FF, 07 and BE. RGB value is (255,7,190). Sum of RGB (Red+Green+Blue) = 255+7+190=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07BE is #00F841. Grayscale: #656565. Windows color (decimal): -63554 or 12453887. OLE color: 12453887.
HSL color Cylindrical-coordinate representation of color #FF07BE: hue angle of 315.73º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF07BE is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 190 | - |
| CMYK | 0 | 0.97 | 0.25 | 0 |
| HSL | 315.73º | 1% | 0.51% | - |
| HSV(B) | 315.73º | 0.97% | 1% | - |
| XYZ | 50.61 | 25.13 | 50.9 | - |
| YUV | 102.01 | 177.66 | 237.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 190 | 0 | 0.97 | 0.25 | 0 | 315.73 | 1 | 0.51 |
| Hex | FF | 7 | BE | 0 | 61 | 19 | 0 | 13C | 64 | 33 |
| Octal | 377 | 7 | 276 | 0 | 141 | 31 | 0 | 474 | 144 | 63 |
| Binary | 11111111 | 111 | 10111110 | 0 | 1100001 | 11001 | 0 | 100111100 | 1100100 | 110011 |
Color Harmonies of #FF07BE
Complementary color
Monochromatic Colors of #FF07BE
Black with #FF07BE
Text Example
Text Example
White with #FF07BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07BE; }
p { color: rgb(255,7,190); }
H1.HeaderClassName
{
color: #FF07BE;
}
.AnyTagClassName
{
color: #FF07BE;
}
</style>
background-color css
<style>
a { background-color: #FF07BE; }
a { background-color: rgb(255,7,190); }
div.DivClassName
{
background-color: #FF07BE;
}
.BgClassName
{
background-color: #FF07BE;
}
</style>
border-color css
<style>
span { border-color: #FF07BE; }
span { border-color: rgb(255,7,190); }
td.TdClassName
{
border-color: #FF07BE;
}
.TagClassName
{
border-color: #FF07BE;
}
</style>