Shades of Razzle Dazzle Rose #FE4ED6
Tints of Razzle Dazzle Rose #FE4ED6
RGB
CMYK
RGB Variations
Color information
#FE4ED6 (or 0xFE4ED6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4E and D6. RGB value is (254,78,214). Sum of RGB (Red+Green+Blue) = 254+78+214=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 78 (30.86% from 255 or 14.29% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4ED6 is #01B129. Grayscale: #919191. Windows color (decimal): -110890 or 14044926. OLE color: 14044926.
HSL color Cylindrical-coordinate representation of color #FE4ED6: hue angle of 313.64º 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 #FE4ED6 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 214 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.00 |
| HSL | 313.64º | 0.99% | 0.65% | - |
| HSV(B) | 313.64º | 0.69% | 1% | - |
| XYZ | 55.74 | 31.37 | 66.74 | - |
| YUV | 146.13 | 166.31 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 214 | 0 | 0.69 | 0.16 | 0.00 | 313.64 | 0.99 | 0.65 |
| Hex | FE | 4E | D6 | 0 | 45 | 10 | 0 | 13A | 63 | 41 |
| Octal | 376 | 116 | 326 | 0 | 105 | 20 | 0 | 472 | 143 | 101 |
| Binary | 11111110 | 1001110 | 11010110 | 0 | 1000101 | 10000 | 0 | 100111010 | 1100011 | 1000001 |
Color Harmonies of #FE4ED6
Complementary color
Monochromatic Colors of #FE4ED6
Black with #FE4ED6
Text Example
Text Example
White with #FE4ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4ED6; }
p { color: rgb(254,78,214); }
H1.HeaderClassName
{
color: #FE4ED6;
}
.AnyTagClassName
{
color: #FE4ED6;
}
</style>
background-color css
<style>
a { background-color: #FE4ED6; }
a { background-color: rgb(254,78,214); }
div.DivClassName
{
background-color: #FE4ED6;
}
.BgClassName
{
background-color: #FE4ED6;
}
</style>
border-color css
<style>
span { border-color: #FE4ED6; }
span { border-color: rgb(254,78,214); }
td.TdClassName
{
border-color: #FE4ED6;
}
.TagClassName
{
border-color: #FE4ED6;
}
</style>