Shades of Shocking Pink #FF06BD
Tints of Shocking Pink #FF06BD
RGB
CMYK
RGB Variations
Color information
#FF06BD (or 0xFF06BD) is known color: Shocking Pink. HEX triplet: FF, 06 and BD. RGB value is (255,6,189). Sum of RGB (Red+Green+Blue) = 255+6+189=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 6 (2.73% from 255 or 1.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06BD is #00F942. Grayscale: #646464. Windows color (decimal): -63811 or 12388095. OLE color: 12388095.
HSL color Cylindrical-coordinate representation of color #FF06BD: hue angle of 315.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF06BD is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 189 | - |
| CMYK | 0 | 0.98 | 0.26 | 0 |
| HSL | 315.9º | 1% | 0.51% | - |
| HSV(B) | 315.9º | 0.98% | 1% | - |
| XYZ | 50.49 | 25.06 | 50.32 | - |
| YUV | 101.31 | 177.49 | 237.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 189 | 0 | 0.98 | 0.26 | 0 | 315.9 | 1 | 0.51 |
| Hex | FF | 6 | BD | 0 | 62 | 1A | 0 | 13C | 64 | 33 |
| Octal | 377 | 6 | 275 | 0 | 142 | 32 | 0 | 474 | 144 | 63 |
| Binary | 11111111 | 110 | 10111101 | 0 | 1100010 | 11010 | 0 | 100111100 | 1100100 | 110011 |
Color Harmonies of #FF06BD
Complementary color
Monochromatic Colors of #FF06BD
Black with #FF06BD
Text Example
Text Example
White with #FF06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06BD; }
p { color: rgb(255,6,189); }
H1.HeaderClassName
{
color: #FF06BD;
}
.AnyTagClassName
{
color: #FF06BD;
}
</style>
background-color css
<style>
a { background-color: #FF06BD; }
a { background-color: rgb(255,6,189); }
div.DivClassName
{
background-color: #FF06BD;
}
.BgClassName
{
background-color: #FF06BD;
}
</style>
border-color css
<style>
span { border-color: #FF06BD; }
span { border-color: rgb(255,6,189); }
td.TdClassName
{
border-color: #FF06BD;
}
.TagClassName
{
border-color: #FF06BD;
}
</style>