Shades of Razzle Dazzle Rose #FE4ED7
Tints of Razzle Dazzle Rose #FE4ED7
RGB
CMYK
RGB Variations
Color information
#FE4ED7 (or 0xFE4ED7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4E and D7. RGB value is (254,78,215). Sum of RGB (Red+Green+Blue) = 254+78+215=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 78 (30.86% from 255 or 14.26% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ED7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4ED7 is #01B128. Grayscale: #919191. Windows color (decimal): -110889 or 14110462. OLE color: 14110462.
HSL color Cylindrical-coordinate representation of color #FE4ED7: hue angle of 313.3º 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 #FE4ED7 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 215 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.00 |
| HSL | 313.3º | 0.99% | 0.65% | - |
| HSV(B) | 313.3º | 0.69% | 1% | - |
| XYZ | 55.86 | 31.43 | 67.41 | - |
| YUV | 146.24 | 166.81 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 215 | 0 | 0.69 | 0.15 | 0.00 | 313.3 | 0.99 | 0.65 |
| Hex | FE | 4E | D7 | 0 | 45 | F | 0 | 139 | 63 | 41 |
| Octal | 376 | 116 | 327 | 0 | 105 | 17 | 0 | 471 | 143 | 101 |
| Binary | 11111110 | 1001110 | 11010111 | 0 | 1000101 | 1111 | 0 | 100111001 | 1100011 | 1000001 |
Color Harmonies of #FE4ED7
Complementary color
Monochromatic Colors of #FE4ED7
Black with #FE4ED7
Text Example
Text Example
White with #FE4ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4ED7; }
p { color: rgb(254,78,215); }
H1.HeaderClassName
{
color: #FE4ED7;
}
.AnyTagClassName
{
color: #FE4ED7;
}
</style>
background-color css
<style>
a { background-color: #FE4ED7; }
a { background-color: rgb(254,78,215); }
div.DivClassName
{
background-color: #FE4ED7;
}
.BgClassName
{
background-color: #FE4ED7;
}
</style>
border-color css
<style>
span { border-color: #FE4ED7; }
span { border-color: rgb(254,78,215); }
td.TdClassName
{
border-color: #FE4ED7;
}
.TagClassName
{
border-color: #FE4ED7;
}
</style>