Shades of Razzle Dazzle Rose #FE4DC0
Tints of Razzle Dazzle Rose #FE4DC0
RGB
CMYK
RGB Variations
Color information
#FE4DC0 (or 0xFE4DC0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4D and C0. RGB value is (254,77,192). Sum of RGB (Red+Green+Blue) = 254+77+192=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4DC0 is #01B23F. Grayscale: #8E8E8E. Windows color (decimal): -111168 or 12602878. OLE color: 12602878.
HSL color Cylindrical-coordinate representation of color #FE4DC0: hue angle of 321.02º 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 #FE4DC0 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 192 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.00 |
| HSL | 321.02º | 0.99% | 0.65% | - |
| HSV(B) | 321.02º | 0.7% | 1% | - |
| XYZ | 53.04 | 30.18 | 52.9 | - |
| YUV | 143.03 | 155.64 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 192 | 0 | 0.70 | 0.24 | 0.00 | 321.02 | 0.99 | 0.65 |
| Hex | FE | 4D | C0 | 0 | 46 | 18 | 0 | 141 | 63 | 41 |
| Octal | 376 | 115 | 300 | 0 | 106 | 30 | 0 | 501 | 143 | 101 |
| Binary | 11111110 | 1001101 | 11000000 | 0 | 1000110 | 11000 | 0 | 101000001 | 1100011 | 1000001 |
Color Harmonies of #FE4DC0
Complementary color
Monochromatic Colors of #FE4DC0
Black with #FE4DC0
Text Example
Text Example
White with #FE4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DC0; }
p { color: rgb(254,77,192); }
H1.HeaderClassName
{
color: #FE4DC0;
}
.AnyTagClassName
{
color: #FE4DC0;
}
</style>
background-color css
<style>
a { background-color: #FE4DC0; }
a { background-color: rgb(254,77,192); }
div.DivClassName
{
background-color: #FE4DC0;
}
.BgClassName
{
background-color: #FE4DC0;
}
</style>
border-color css
<style>
span { border-color: #FE4DC0; }
span { border-color: rgb(254,77,192); }
td.TdClassName
{
border-color: #FE4DC0;
}
.TagClassName
{
border-color: #FE4DC0;
}
</style>