Shades of Shocking Pink #FF0FBD
Tints of Shocking Pink #FF0FBD
RGB
CMYK
RGB Variations
Color information
#FF0FBD (or 0xFF0FBD) is known color: Shocking Pink. HEX triplet: FF, 0F and BD. RGB value is (255,15,189). Sum of RGB (Red+Green+Blue) = 255+15+189=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FBD is #00F042. Grayscale: #6A6A6A. Windows color (decimal): -61507 or 12390399. OLE color: 12390399.
HSL color Cylindrical-coordinate representation of color #FF0FBD: hue angle of 316.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FBD is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 189 | - |
| CMYK | 0 | 0.94 | 0.26 | 0 |
| HSL | 316.5º | 1% | 0.53% | - |
| HSV(B) | 316.5º | 0.94% | 1% | - |
| XYZ | 50.6 | 25.28 | 50.36 | - |
| YUV | 106.6 | 174.51 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 189 | 0 | 0.94 | 0.26 | 0 | 316.5 | 1 | 0.53 |
| Hex | FF | F | BD | 0 | 5E | 1A | 0 | 13C | 64 | 35 |
| Octal | 377 | 17 | 275 | 0 | 136 | 32 | 0 | 474 | 144 | 65 |
| Binary | 11111111 | 1111 | 10111101 | 0 | 1011110 | 11010 | 0 | 100111100 | 1100100 | 110101 |
Color Harmonies of #FF0FBD
Complementary color
Monochromatic Colors of #FF0FBD
Black with #FF0FBD
Text Example
Text Example
White with #FF0FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FBD; }
p { color: rgb(255,15,189); }
H1.HeaderClassName
{
color: #FF0FBD;
}
.AnyTagClassName
{
color: #FF0FBD;
}
</style>
background-color css
<style>
a { background-color: #FF0FBD; }
a { background-color: rgb(255,15,189); }
div.DivClassName
{
background-color: #FF0FBD;
}
.BgClassName
{
background-color: #FF0FBD;
}
</style>
border-color css
<style>
span { border-color: #FF0FBD; }
span { border-color: rgb(255,15,189); }
td.TdClassName
{
border-color: #FF0FBD;
}
.TagClassName
{
border-color: #FF0FBD;
}
</style>