Shades of Razzle Dazzle Rose #FE4ECD
Tints of Razzle Dazzle Rose #FE4ECD
RGB
CMYK
RGB Variations
Color information
#FE4ECD (or 0xFE4ECD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4E and CD. RGB value is (254,78,205). Sum of RGB (Red+Green+Blue) = 254+78+205=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 78 (30.86% from 255 or 14.53% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4ECD is #01B132. Grayscale: #909090. Windows color (decimal): -110899 or 13455102. OLE color: 13455102.
HSL color Cylindrical-coordinate representation of color #FE4ECD: hue angle of 316.7º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4ECD is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 205 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.00 |
| HSL | 316.7º | 0.99% | 0.65% | - |
| HSV(B) | 316.7º | 0.69% | 1% | - |
| XYZ | 54.62 | 30.93 | 60.85 | - |
| YUV | 145.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 205 | 0 | 0.69 | 0.19 | 0.00 | 316.7 | 0.99 | 0.65 |
| Hex | FE | 4E | CD | 0 | 45 | 13 | 0 | 13D | 63 | 41 |
| Octal | 376 | 116 | 315 | 0 | 105 | 23 | 0 | 475 | 143 | 101 |
| Binary | 11111110 | 1001110 | 11001101 | 0 | 1000101 | 10011 | 0 | 100111101 | 1100011 | 1000001 |
Color Harmonies of #FE4ECD
Complementary color
Monochromatic Colors of #FE4ECD
Black with #FE4ECD
Text Example
Text Example
White with #FE4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4ECD; }
p { color: rgb(254,78,205); }
H1.HeaderClassName
{
color: #FE4ECD;
}
.AnyTagClassName
{
color: #FE4ECD;
}
</style>
background-color css
<style>
a { background-color: #FE4ECD; }
a { background-color: rgb(254,78,205); }
div.DivClassName
{
background-color: #FE4ECD;
}
.BgClassName
{
background-color: #FE4ECD;
}
</style>
border-color css
<style>
span { border-color: #FE4ECD; }
span { border-color: rgb(254,78,205); }
td.TdClassName
{
border-color: #FE4ECD;
}
.TagClassName
{
border-color: #FE4ECD;
}
</style>