Shades of Shocking Pink #FF08BD
Tints of Shocking Pink #FF08BD
RGB
CMYK
RGB Variations
Color information
#FF08BD (or 0xFF08BD) is known color: Shocking Pink. HEX triplet: FF, 08 and BD. RGB value is (255,8,189). Sum of RGB (Red+Green+Blue) = 255+8+189=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 8 (3.52% from 255 or 1.77% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF08BD is #00F742. Grayscale: #666666. Windows color (decimal): -63299 or 12388607. OLE color: 12388607.
HSL color Cylindrical-coordinate representation of color #FF08BD: hue angle of 316.03º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF08BD is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 189 | - |
| CMYK | 0 | 0.97 | 0.26 | 0 |
| HSL | 316.03º | 1% | 0.52% | - |
| HSV(B) | 316.03º | 0.97% | 1% | - |
| XYZ | 50.51 | 25.11 | 50.33 | - |
| YUV | 102.49 | 176.83 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 189 | 0 | 0.97 | 0.26 | 0 | 316.03 | 1 | 0.52 |
| Hex | FF | 8 | BD | 0 | 61 | 1A | 0 | 13C | 64 | 34 |
| Octal | 377 | 10 | 275 | 0 | 141 | 32 | 0 | 474 | 144 | 64 |
| Binary | 11111111 | 1000 | 10111101 | 0 | 1100001 | 11010 | 0 | 100111100 | 1100100 | 110100 |
Color Harmonies of #FF08BD
Complementary color
Monochromatic Colors of #FF08BD
Black with #FF08BD
Text Example
Text Example
White with #FF08BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08BD; }
p { color: rgb(255,8,189); }
H1.HeaderClassName
{
color: #FF08BD;
}
.AnyTagClassName
{
color: #FF08BD;
}
</style>
background-color css
<style>
a { background-color: #FF08BD; }
a { background-color: rgb(255,8,189); }
div.DivClassName
{
background-color: #FF08BD;
}
.BgClassName
{
background-color: #FF08BD;
}
</style>
border-color css
<style>
span { border-color: #FF08BD; }
span { border-color: rgb(255,8,189); }
td.TdClassName
{
border-color: #FF08BD;
}
.TagClassName
{
border-color: #FF08BD;
}
</style>