Shades of Razzle Dazzle Rose #FE3EC7
Tints of Razzle Dazzle Rose #FE3EC7
RGB
CMYK
RGB Variations
Color information
#FE3EC7 (or 0xFE3EC7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3E and C7. RGB value is (254,62,199). Sum of RGB (Red+Green+Blue) = 254+62+199=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 62 (24.61% from 255 or 12.04% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3EC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3EC7 is #01C138. Grayscale: #868686. Windows color (decimal): -115001 or 13057790. OLE color: 13057790.
HSL color Cylindrical-coordinate representation of color #FE3EC7: hue angle of 317.19º 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 #FE3EC7 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 199 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.00 |
| HSL | 317.19º | 0.99% | 0.62% | - |
| HSV(B) | 317.19º | 0.76% | 1% | - |
| XYZ | 52.9 | 28.64 | 56.77 | - |
| YUV | 135.03 | 164.11 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 199 | 0 | 0.76 | 0.22 | 0.00 | 317.19 | 0.99 | 0.62 |
| Hex | FE | 3E | C7 | 0 | 4C | 16 | 0 | 13D | 63 | 3E |
| Octal | 376 | 76 | 307 | 0 | 114 | 26 | 0 | 475 | 143 | 76 |
| Binary | 11111110 | 111110 | 11000111 | 0 | 1001100 | 10110 | 0 | 100111101 | 1100011 | 111110 |
Color Harmonies of #FE3EC7
Complementary color
Monochromatic Colors of #FE3EC7
Black with #FE3EC7
Text Example
Text Example
White with #FE3EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3EC7; }
p { color: rgb(254,62,199); }
H1.HeaderClassName
{
color: #FE3EC7;
}
.AnyTagClassName
{
color: #FE3EC7;
}
</style>
background-color css
<style>
a { background-color: #FE3EC7; }
a { background-color: rgb(254,62,199); }
div.DivClassName
{
background-color: #FE3EC7;
}
.BgClassName
{
background-color: #FE3EC7;
}
</style>
border-color css
<style>
span { border-color: #FE3EC7; }
span { border-color: rgb(254,62,199); }
td.TdClassName
{
border-color: #FE3EC7;
}
.TagClassName
{
border-color: #FE3EC7;
}
</style>