Shades of Shocking Pink #FF00BD
Tints of Shocking Pink #FF00BD
RGB
CMYK
RGB Variations
Color information
#FF00BD (or 0xFF00BD) is known color: Shocking Pink. HEX triplet: FF, 00 and BD. RGB value is (255,0,189). Sum of RGB (Red+Green+Blue) = 255+0+189=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00BD is #00FF42. Grayscale: #616161. Windows color (decimal): -65347 or 12386559. OLE color: 12386559.
HSL color Cylindrical-coordinate representation of color #FF00BD: hue angle of 315.53º 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 #FF00BD is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.26 | 0 |
| HSL | 315.53º | 1% | 0.5% | - |
| HSV(B) | 315.53º | 1% | 1% | - |
| XYZ | 50.43 | 24.93 | 50.3 | - |
| YUV | 97.79 | 179.48 | 240.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 189 | 0 | 1 | 0.26 | 0 | 315.53 | 1 | 0.5 |
| Hex | FF | 0 | BD | 0 | 64 | 1A | 0 | 13C | 64 | 32 |
| Octal | 377 | 0 | 275 | 0 | 144 | 32 | 0 | 474 | 144 | 62 |
| Binary | 11111111 | 0 | 10111101 | 0 | 1100100 | 11010 | 0 | 100111100 | 1100100 | 110010 |
Color Harmonies of #FF00BD
Complementary color
Monochromatic Colors of #FF00BD
Black with #FF00BD
Text Example
Text Example
White with #FF00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00BD; }
p { color: rgb(255,0,189); }
H1.HeaderClassName
{
color: #FF00BD;
}
.AnyTagClassName
{
color: #FF00BD;
}
</style>
background-color css
<style>
a { background-color: #FF00BD; }
a { background-color: rgb(255,0,189); }
div.DivClassName
{
background-color: #FF00BD;
}
.BgClassName
{
background-color: #FF00BD;
}
</style>
border-color css
<style>
span { border-color: #FF00BD; }
span { border-color: rgb(255,0,189); }
td.TdClassName
{
border-color: #FF00BD;
}
.TagClassName
{
border-color: #FF00BD;
}
</style>