Shades of Razzle Dazzle Rose #FE4ED1
Tints of Razzle Dazzle Rose #FE4ED1
RGB
CMYK
RGB Variations
Color information
#FE4ED1 (or 0xFE4ED1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4E and D1. RGB value is (254,78,209). Sum of RGB (Red+Green+Blue) = 254+78+209=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 78 (30.86% from 255 or 14.42% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4ED1 is #01B12E. Grayscale: #919191. Windows color (decimal): -110895 or 13717246. OLE color: 13717246.
HSL color Cylindrical-coordinate representation of color #FE4ED1: hue angle of 315.34º 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 #FE4ED1 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 209 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.00 |
| HSL | 315.34º | 0.99% | 0.65% | - |
| HSV(B) | 315.34º | 0.69% | 1% | - |
| XYZ | 55.11 | 31.12 | 63.42 | - |
| YUV | 145.56 | 163.81 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 209 | 0 | 0.69 | 0.18 | 0.00 | 315.34 | 0.99 | 0.65 |
| Hex | FE | 4E | D1 | 0 | 45 | 12 | 0 | 13B | 63 | 41 |
| Octal | 376 | 116 | 321 | 0 | 105 | 22 | 0 | 473 | 143 | 101 |
| Binary | 11111110 | 1001110 | 11010001 | 0 | 1000101 | 10010 | 0 | 100111011 | 1100011 | 1000001 |
Color Harmonies of #FE4ED1
Complementary color
Monochromatic Colors of #FE4ED1
Black with #FE4ED1
Text Example
Text Example
White with #FE4ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4ED1; }
p { color: rgb(254,78,209); }
H1.HeaderClassName
{
color: #FE4ED1;
}
.AnyTagClassName
{
color: #FE4ED1;
}
</style>
background-color css
<style>
a { background-color: #FE4ED1; }
a { background-color: rgb(254,78,209); }
div.DivClassName
{
background-color: #FE4ED1;
}
.BgClassName
{
background-color: #FE4ED1;
}
</style>
border-color css
<style>
span { border-color: #FE4ED1; }
span { border-color: rgb(254,78,209); }
td.TdClassName
{
border-color: #FE4ED1;
}
.TagClassName
{
border-color: #FE4ED1;
}
</style>