Shades of Shocking Pink #FF07BD
Tints of Shocking Pink #FF07BD
RGB
CMYK
RGB Variations
Color information
#FF07BD (or 0xFF07BD) is known color: Shocking Pink. HEX triplet: FF, 07 and BD. RGB value is (255,7,189). Sum of RGB (Red+Green+Blue) = 255+7+189=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 7 (3.12% from 255 or 1.55% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07BD is #00F842. Grayscale: #656565. Windows color (decimal): -63555 or 12388351. OLE color: 12388351.
HSL color Cylindrical-coordinate representation of color #FF07BD: hue angle of 315.97º 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 #FF07BD is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.26 | 0 |
| HSL | 315.97º | 1% | 0.51% | - |
| HSV(B) | 315.97º | 0.97% | 1% | - |
| XYZ | 50.5 | 25.09 | 50.32 | - |
| YUV | 101.9 | 177.16 | 237.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 189 | 0 | 0.97 | 0.26 | 0 | 315.97 | 1 | 0.51 |
| Hex | FF | 7 | BD | 0 | 61 | 1A | 0 | 13C | 64 | 33 |
| Octal | 377 | 7 | 275 | 0 | 141 | 32 | 0 | 474 | 144 | 63 |
| Binary | 11111111 | 111 | 10111101 | 0 | 1100001 | 11010 | 0 | 100111100 | 1100100 | 110011 |
Color Harmonies of #FF07BD
Complementary color
Monochromatic Colors of #FF07BD
Black with #FF07BD
Text Example
Text Example
White with #FF07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07BD; }
p { color: rgb(255,7,189); }
H1.HeaderClassName
{
color: #FF07BD;
}
.AnyTagClassName
{
color: #FF07BD;
}
</style>
background-color css
<style>
a { background-color: #FF07BD; }
a { background-color: rgb(255,7,189); }
div.DivClassName
{
background-color: #FF07BD;
}
.BgClassName
{
background-color: #FF07BD;
}
</style>
border-color css
<style>
span { border-color: #FF07BD; }
span { border-color: rgb(255,7,189); }
td.TdClassName
{
border-color: #FF07BD;
}
.TagClassName
{
border-color: #FF07BD;
}
</style>