Shades of Hollywood Cerise #FE06B0
Tints of Hollywood Cerise #FE06B0
RGB
CMYK
RGB Variations
Color information
#FE06B0 (or 0xFE06B0) is known color: Hollywood Cerise. HEX triplet: FE, 06 and B0. RGB value is (254,6,176). Sum of RGB (Red+Green+Blue) = 254+6+176=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE06B0 is #01F94F. Grayscale: #636363. Windows color (decimal): -129360 or 11536126. OLE color: 11536126.
HSL color Cylindrical-coordinate representation of color #FE06B0: hue angle of 318.87º 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 #FE06B0 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 176 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.00 |
| HSL | 318.87º | 0.99% | 0.51% | - |
| HSV(B) | 318.87º | 0.98% | 1% | - |
| XYZ | 48.77 | 24.34 | 43.2 | - |
| YUV | 99.53 | 171.16 | 238.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 176 | 0 | 0.98 | 0.31 | 0.00 | 318.87 | 0.99 | 0.51 |
| Hex | FE | 6 | B0 | 0 | 62 | 1F | 0 | 13F | 63 | 33 |
| Octal | 376 | 6 | 260 | 0 | 142 | 37 | 0 | 477 | 143 | 63 |
| Binary | 11111110 | 110 | 10110000 | 0 | 1100010 | 11111 | 0 | 100111111 | 1100011 | 110011 |
Color Harmonies of #FE06B0
Complementary color
Monochromatic Colors of #FE06B0
Black with #FE06B0
Text Example
Text Example
White with #FE06B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE06B0; }
p { color: rgb(254,6,176); }
H1.HeaderClassName
{
color: #FE06B0;
}
.AnyTagClassName
{
color: #FE06B0;
}
</style>
background-color css
<style>
a { background-color: #FE06B0; }
a { background-color: rgb(254,6,176); }
div.DivClassName
{
background-color: #FE06B0;
}
.BgClassName
{
background-color: #FE06B0;
}
</style>
border-color css
<style>
span { border-color: #FE06B0; }
span { border-color: rgb(254,6,176); }
td.TdClassName
{
border-color: #FE06B0;
}
.TagClassName
{
border-color: #FE06B0;
}
</style>