Shades of Shocking Pink #FF00B7
Tints of Shocking Pink #FF00B7
RGB
CMYK
RGB Variations
Color information
#FF00B7 (or 0xFF00B7) is known color: Shocking Pink. HEX triplet: FF, 00 and B7. RGB value is (255,0,183). Sum of RGB (Red+Green+Blue) = 255+0+183=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00B7 is #00FF48. Grayscale: #606060. Windows color (decimal): -65353 or 11993343. OLE color: 11993343.
HSL color Cylindrical-coordinate representation of color #FF00B7: hue angle of 316.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF00B7 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 183 | - |
| CMYK | 0 | 1 | 0.28 | 0 |
| HSL | 316.94º | 1% | 0.5% | - |
| HSV(B) | 316.94º | 1% | 1% | - |
| XYZ | 49.79 | 24.68 | 46.94 | - |
| YUV | 97.11 | 176.48 | 240.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 183 | 0 | 1 | 0.28 | 0 | 316.94 | 1 | 0.5 |
| Hex | FF | 0 | B7 | 0 | 64 | 1C | 0 | 13D | 64 | 32 |
| Octal | 377 | 0 | 267 | 0 | 144 | 34 | 0 | 475 | 144 | 62 |
| Binary | 11111111 | 0 | 10110111 | 0 | 1100100 | 11100 | 0 | 100111101 | 1100100 | 110010 |
Color Harmonies of #FF00B7
Complementary color
Monochromatic Colors of #FF00B7
Black with #FF00B7
Text Example
Text Example
White with #FF00B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00B7; }
p { color: rgb(255,0,183); }
H1.HeaderClassName
{
color: #FF00B7;
}
.AnyTagClassName
{
color: #FF00B7;
}
</style>
background-color css
<style>
a { background-color: #FF00B7; }
a { background-color: rgb(255,0,183); }
div.DivClassName
{
background-color: #FF00B7;
}
.BgClassName
{
background-color: #FF00B7;
}
</style>
border-color css
<style>
span { border-color: #FF00B7; }
span { border-color: rgb(255,0,183); }
td.TdClassName
{
border-color: #FF00B7;
}
.TagClassName
{
border-color: #FF00B7;
}
</style>