Shades of Razzle Dazzle Rose #FE3EC8
Tints of Razzle Dazzle Rose #FE3EC8
RGB
CMYK
RGB Variations
Color information
#FE3EC8 (or 0xFE3EC8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3E and C8. RGB value is (254,62,200). Sum of RGB (Red+Green+Blue) = 254+62+200=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 62 (24.61% from 255 or 12.02% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3EC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3EC8 is #01C137. Grayscale: #868686. Windows color (decimal): -115000 or 13123326. OLE color: 13123326.
HSL color Cylindrical-coordinate representation of color #FE3EC8: hue angle of 316.88º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3EC8 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 200 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.00 |
| HSL | 316.88º | 0.99% | 0.62% | - |
| HSV(B) | 316.88º | 0.76% | 1% | - |
| XYZ | 53.02 | 28.69 | 57.39 | - |
| YUV | 135.14 | 164.61 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 200 | 0 | 0.76 | 0.21 | 0.00 | 316.88 | 0.99 | 0.62 |
| Hex | FE | 3E | C8 | 0 | 4C | 15 | 0 | 13D | 63 | 3E |
| Octal | 376 | 76 | 310 | 0 | 114 | 25 | 0 | 475 | 143 | 76 |
| Binary | 11111110 | 111110 | 11001000 | 0 | 1001100 | 10101 | 0 | 100111101 | 1100011 | 111110 |
Color Harmonies of #FE3EC8
Complementary color
Monochromatic Colors of #FE3EC8
Black with #FE3EC8
Text Example
Text Example
White with #FE3EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3EC8; }
p { color: rgb(254,62,200); }
H1.HeaderClassName
{
color: #FE3EC8;
}
.AnyTagClassName
{
color: #FE3EC8;
}
</style>
background-color css
<style>
a { background-color: #FE3EC8; }
a { background-color: rgb(254,62,200); }
div.DivClassName
{
background-color: #FE3EC8;
}
.BgClassName
{
background-color: #FE3EC8;
}
</style>
border-color css
<style>
span { border-color: #FE3EC8; }
span { border-color: rgb(254,62,200); }
td.TdClassName
{
border-color: #FE3EC8;
}
.TagClassName
{
border-color: #FE3EC8;
}
</style>