Shades of Razzle Dazzle Rose #FE4DDD
Tints of Razzle Dazzle Rose #FE4DDD
RGB
CMYK
RGB Variations
Color information
#FE4DDD (or 0xFE4DDD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4D and DD. RGB value is (254,77,221). Sum of RGB (Red+Green+Blue) = 254+77+221=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 77 (30.47% from 255 or 13.95% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4DDD is #01B222. Grayscale: #919191. Windows color (decimal): -111139 or 14503422. OLE color: 14503422.
HSL color Cylindrical-coordinate representation of color #FE4DDD: hue angle of 311.19º 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 #FE4DDD is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 221 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.00 |
| HSL | 311.19º | 0.99% | 0.65% | - |
| HSV(B) | 311.19º | 0.7% | 1% | - |
| XYZ | 56.58 | 31.6 | 71.52 | - |
| YUV | 146.34 | 170.14 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 221 | 0 | 0.70 | 0.13 | 0.00 | 311.19 | 0.99 | 0.65 |
| Hex | FE | 4D | DD | 0 | 46 | D | 0 | 137 | 63 | 41 |
| Octal | 376 | 115 | 335 | 0 | 106 | 15 | 0 | 467 | 143 | 101 |
| Binary | 11111110 | 1001101 | 11011101 | 0 | 1000110 | 1101 | 0 | 100110111 | 1100011 | 1000001 |
Color Harmonies of #FE4DDD
Complementary color
Monochromatic Colors of #FE4DDD
Black with #FE4DDD
Text Example
Text Example
White with #FE4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DDD; }
p { color: rgb(254,77,221); }
H1.HeaderClassName
{
color: #FE4DDD;
}
.AnyTagClassName
{
color: #FE4DDD;
}
</style>
background-color css
<style>
a { background-color: #FE4DDD; }
a { background-color: rgb(254,77,221); }
div.DivClassName
{
background-color: #FE4DDD;
}
.BgClassName
{
background-color: #FE4DDD;
}
</style>
border-color css
<style>
span { border-color: #FE4DDD; }
span { border-color: rgb(254,77,221); }
td.TdClassName
{
border-color: #FE4DDD;
}
.TagClassName
{
border-color: #FE4DDD;
}
</style>