Shades of Razzle Dazzle Rose #FE3EDD
Tints of Razzle Dazzle Rose #FE3EDD
RGB
CMYK
RGB Variations
Color information
#FE3EDD (or 0xFE3EDD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3E and DD. RGB value is (254,62,221). Sum of RGB (Red+Green+Blue) = 254+62+221=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 62 (24.61% from 255 or 11.55% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3EDD is #01C122. Grayscale: #898989. Windows color (decimal): -114979 or 14499582. OLE color: 14499582.
HSL color Cylindrical-coordinate representation of color #FE3EDD: hue angle of 310.31º 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 #FE3EDD is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 221 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.00 |
| HSL | 310.31º | 0.99% | 0.62% | - |
| HSV(B) | 310.31º | 0.76% | 1% | - |
| XYZ | 55.65 | 29.74 | 71.21 | - |
| YUV | 137.53 | 175.11 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 221 | 0 | 0.76 | 0.13 | 0.00 | 310.31 | 0.99 | 0.62 |
| Hex | FE | 3E | DD | 0 | 4C | D | 0 | 136 | 63 | 3E |
| Octal | 376 | 76 | 335 | 0 | 114 | 15 | 0 | 466 | 143 | 76 |
| Binary | 11111110 | 111110 | 11011101 | 0 | 1001100 | 1101 | 0 | 100110110 | 1100011 | 111110 |
Color Harmonies of #FE3EDD
Complementary color
Monochromatic Colors of #FE3EDD
Black with #FE3EDD
Text Example
Text Example
White with #FE3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3EDD; }
p { color: rgb(254,62,221); }
H1.HeaderClassName
{
color: #FE3EDD;
}
.AnyTagClassName
{
color: #FE3EDD;
}
</style>
background-color css
<style>
a { background-color: #FE3EDD; }
a { background-color: rgb(254,62,221); }
div.DivClassName
{
background-color: #FE3EDD;
}
.BgClassName
{
background-color: #FE3EDD;
}
</style>
border-color css
<style>
span { border-color: #FE3EDD; }
span { border-color: rgb(254,62,221); }
td.TdClassName
{
border-color: #FE3EDD;
}
.TagClassName
{
border-color: #FE3EDD;
}
</style>