Shades of Razzle Dazzle Rose #FE4DCD
Tints of Razzle Dazzle Rose #FE4DCD
RGB
CMYK
RGB Variations
Color information
#FE4DCD (or 0xFE4DCD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4D and CD. RGB value is (254,77,205). Sum of RGB (Red+Green+Blue) = 254+77+205=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 77 (30.47% from 255 or 14.37% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4DCD is #01B232. Grayscale: #909090. Windows color (decimal): -111155 or 13454846. OLE color: 13454846.
HSL color Cylindrical-coordinate representation of color #FE4DCD: hue angle of 316.61º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4DCD is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 205 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.00 |
| HSL | 316.61º | 0.99% | 0.65% | - |
| HSV(B) | 316.61º | 0.7% | 1% | - |
| XYZ | 54.55 | 30.79 | 60.83 | - |
| YUV | 144.52 | 162.14 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 205 | 0 | 0.70 | 0.19 | 0.00 | 316.61 | 0.99 | 0.65 |
| Hex | FE | 4D | CD | 0 | 46 | 13 | 0 | 13D | 63 | 41 |
| Octal | 376 | 115 | 315 | 0 | 106 | 23 | 0 | 475 | 143 | 101 |
| Binary | 11111110 | 1001101 | 11001101 | 0 | 1000110 | 10011 | 0 | 100111101 | 1100011 | 1000001 |
Color Harmonies of #FE4DCD
Complementary color
Monochromatic Colors of #FE4DCD
Black with #FE4DCD
Text Example
Text Example
White with #FE4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DCD; }
p { color: rgb(254,77,205); }
H1.HeaderClassName
{
color: #FE4DCD;
}
.AnyTagClassName
{
color: #FE4DCD;
}
</style>
background-color css
<style>
a { background-color: #FE4DCD; }
a { background-color: rgb(254,77,205); }
div.DivClassName
{
background-color: #FE4DCD;
}
.BgClassName
{
background-color: #FE4DCD;
}
</style>
border-color css
<style>
span { border-color: #FE4DCD; }
span { border-color: rgb(254,77,205); }
td.TdClassName
{
border-color: #FE4DCD;
}
.TagClassName
{
border-color: #FE4DCD;
}
</style>