Shades of Razzle Dazzle Rose #FE4DDA
Tints of Razzle Dazzle Rose #FE4DDA
RGB
CMYK
RGB Variations
Color information
#FE4DDA (or 0xFE4DDA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4D and DA. RGB value is (254,77,218). Sum of RGB (Red+Green+Blue) = 254+77+218=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 77 (30.47% from 255 or 14.03% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4DDA is #01B225. Grayscale: #919191. Windows color (decimal): -111142 or 14306814. OLE color: 14306814.
HSL color Cylindrical-coordinate representation of color #FE4DDA: hue angle of 312.2º 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 #FE4DDA is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 218 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.00 |
| HSL | 312.2º | 0.99% | 0.65% | - |
| HSV(B) | 312.2º | 0.7% | 1% | - |
| XYZ | 56.18 | 31.44 | 69.44 | - |
| YUV | 146 | 168.64 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 218 | 0 | 0.70 | 0.14 | 0.00 | 312.2 | 0.99 | 0.65 |
| Hex | FE | 4D | DA | 0 | 46 | E | 0 | 138 | 63 | 41 |
| Octal | 376 | 115 | 332 | 0 | 106 | 16 | 0 | 470 | 143 | 101 |
| Binary | 11111110 | 1001101 | 11011010 | 0 | 1000110 | 1110 | 0 | 100111000 | 1100011 | 1000001 |
Color Harmonies of #FE4DDA
Complementary color
Monochromatic Colors of #FE4DDA
Black with #FE4DDA
Text Example
Text Example
White with #FE4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DDA; }
p { color: rgb(254,77,218); }
H1.HeaderClassName
{
color: #FE4DDA;
}
.AnyTagClassName
{
color: #FE4DDA;
}
</style>
background-color css
<style>
a { background-color: #FE4DDA; }
a { background-color: rgb(254,77,218); }
div.DivClassName
{
background-color: #FE4DDA;
}
.BgClassName
{
background-color: #FE4DDA;
}
</style>
border-color css
<style>
span { border-color: #FE4DDA; }
span { border-color: rgb(254,77,218); }
td.TdClassName
{
border-color: #FE4DDA;
}
.TagClassName
{
border-color: #FE4DDA;
}
</style>