Shades of Shocking Pink #FF07BB
Tints of Shocking Pink #FF07BB
RGB
CMYK
RGB Variations
Color information
#FF07BB (or 0xFF07BB) is known color: Shocking Pink. HEX triplet: FF, 07 and BB. RGB value is (255,7,187). Sum of RGB (Red+Green+Blue) = 255+7+187=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 7 (3.12% from 255 or 1.56% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07BB is #00F844. Grayscale: #656565. Windows color (decimal): -63557 or 12257279. OLE color: 12257279.
HSL color Cylindrical-coordinate representation of color #FF07BB: hue angle of 316.45º 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 #FF07BB is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.27 | 0 |
| HSL | 316.45º | 1% | 0.51% | - |
| HSV(B) | 316.45º | 0.97% | 1% | - |
| XYZ | 50.29 | 25 | 49.19 | - |
| YUV | 101.67 | 176.16 | 237.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 187 | 0 | 0.97 | 0.27 | 0 | 316.45 | 1 | 0.51 |
| Hex | FF | 7 | BB | 0 | 61 | 1B | 0 | 13C | 64 | 33 |
| Octal | 377 | 7 | 273 | 0 | 141 | 33 | 0 | 474 | 144 | 63 |
| Binary | 11111111 | 111 | 10111011 | 0 | 1100001 | 11011 | 0 | 100111100 | 1100100 | 110011 |
Color Harmonies of #FF07BB
Complementary color
Monochromatic Colors of #FF07BB
Black with #FF07BB
Text Example
Text Example
White with #FF07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07BB; }
p { color: rgb(255,7,187); }
H1.HeaderClassName
{
color: #FF07BB;
}
.AnyTagClassName
{
color: #FF07BB;
}
</style>
background-color css
<style>
a { background-color: #FF07BB; }
a { background-color: rgb(255,7,187); }
div.DivClassName
{
background-color: #FF07BB;
}
.BgClassName
{
background-color: #FF07BB;
}
</style>
border-color css
<style>
span { border-color: #FF07BB; }
span { border-color: rgb(255,7,187); }
td.TdClassName
{
border-color: #FF07BB;
}
.TagClassName
{
border-color: #FF07BB;
}
</style>