Shades of Razzle Dazzle Rose #FE4CDA
Tints of Razzle Dazzle Rose #FE4CDA
RGB
CMYK
RGB Variations
Color information
#FE4CDA (or 0xFE4CDA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4C and DA. RGB value is (254,76,218). Sum of RGB (Red+Green+Blue) = 254+76+218=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 76 (30.08% from 255 or 13.87% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CDA is #01B325. Grayscale: #919191. Windows color (decimal): -111398 or 14306558. OLE color: 14306558.
HSL color Cylindrical-coordinate representation of color #FE4CDA: hue angle of 312.13º 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 #FE4CDA is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 218 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.00 |
| HSL | 312.13º | 0.99% | 0.65% | - |
| HSV(B) | 312.13º | 0.7% | 1% | - |
| XYZ | 56.11 | 31.3 | 69.41 | - |
| YUV | 145.41 | 168.97 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 218 | 0 | 0.70 | 0.14 | 0.00 | 312.13 | 0.99 | 0.65 |
| Hex | FE | 4C | DA | 0 | 46 | E | 0 | 138 | 63 | 41 |
| Octal | 376 | 114 | 332 | 0 | 106 | 16 | 0 | 470 | 143 | 101 |
| Binary | 11111110 | 1001100 | 11011010 | 0 | 1000110 | 1110 | 0 | 100111000 | 1100011 | 1000001 |
Color Harmonies of #FE4CDA
Complementary color
Monochromatic Colors of #FE4CDA
Black with #FE4CDA
Text Example
Text Example
White with #FE4CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CDA; }
p { color: rgb(254,76,218); }
H1.HeaderClassName
{
color: #FE4CDA;
}
.AnyTagClassName
{
color: #FE4CDA;
}
</style>
background-color css
<style>
a { background-color: #FE4CDA; }
a { background-color: rgb(254,76,218); }
div.DivClassName
{
background-color: #FE4CDA;
}
.BgClassName
{
background-color: #FE4CDA;
}
</style>
border-color css
<style>
span { border-color: #FE4CDA; }
span { border-color: rgb(254,76,218); }
td.TdClassName
{
border-color: #FE4CDA;
}
.TagClassName
{
border-color: #FE4CDA;
}
</style>