Shades of Shocking Pink #FE06BD
Tints of Shocking Pink #FE06BD
RGB
CMYK
RGB Variations
Color information
#FE06BD (or 0xFE06BD) is known color: Shocking Pink. HEX triplet: FE, 06 and BD. RGB value is (254,6,189). Sum of RGB (Red+Green+Blue) = 254+6+189=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE06BD is #01F942. Grayscale: #646464. Windows color (decimal): -129347 or 12388094. OLE color: 12388094.
HSL color Cylindrical-coordinate representation of color #FE06BD: hue angle of 315.73º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE06BD is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 189 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.00 |
| HSL | 315.73º | 0.99% | 0.51% | - |
| HSV(B) | 315.73º | 0.98% | 1% | - |
| XYZ | 50.12 | 24.88 | 50.3 | - |
| YUV | 101.01 | 177.66 | 237.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 189 | 0 | 0.98 | 0.26 | 0.00 | 315.73 | 0.99 | 0.51 |
| Hex | FE | 6 | BD | 0 | 62 | 1A | 0 | 13C | 63 | 33 |
| Octal | 376 | 6 | 275 | 0 | 142 | 32 | 0 | 474 | 143 | 63 |
| Binary | 11111110 | 110 | 10111101 | 0 | 1100010 | 11010 | 0 | 100111100 | 1100011 | 110011 |
Color Harmonies of #FE06BD
Complementary color
Monochromatic Colors of #FE06BD
Black with #FE06BD
Text Example
Text Example
White with #FE06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE06BD; }
p { color: rgb(254,6,189); }
H1.HeaderClassName
{
color: #FE06BD;
}
.AnyTagClassName
{
color: #FE06BD;
}
</style>
background-color css
<style>
a { background-color: #FE06BD; }
a { background-color: rgb(254,6,189); }
div.DivClassName
{
background-color: #FE06BD;
}
.BgClassName
{
background-color: #FE06BD;
}
</style>
border-color css
<style>
span { border-color: #FE06BD; }
span { border-color: rgb(254,6,189); }
td.TdClassName
{
border-color: #FE06BD;
}
.TagClassName
{
border-color: #FE06BD;
}
</style>