Shades of Razzle Dazzle Rose #FE4ED3
Tints of Razzle Dazzle Rose #FE4ED3
RGB
CMYK
RGB Variations
Color information
#FE4ED3 (or 0xFE4ED3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4E and D3. RGB value is (254,78,211). Sum of RGB (Red+Green+Blue) = 254+78+211=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 78 (30.86% from 255 or 14.36% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4ED3 is #01B12C. Grayscale: #919191. Windows color (decimal): -110893 or 13848318. OLE color: 13848318.
HSL color Cylindrical-coordinate representation of color #FE4ED3: hue angle of 314.66º 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 #FE4ED3 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 211 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.00 |
| HSL | 314.66º | 0.99% | 0.65% | - |
| HSV(B) | 314.66º | 0.69% | 1% | - |
| XYZ | 55.36 | 31.22 | 64.74 | - |
| YUV | 145.79 | 164.81 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 211 | 0 | 0.69 | 0.17 | 0.00 | 314.66 | 0.99 | 0.65 |
| Hex | FE | 4E | D3 | 0 | 45 | 11 | 0 | 13B | 63 | 41 |
| Octal | 376 | 116 | 323 | 0 | 105 | 21 | 0 | 473 | 143 | 101 |
| Binary | 11111110 | 1001110 | 11010011 | 0 | 1000101 | 10001 | 0 | 100111011 | 1100011 | 1000001 |
Color Harmonies of #FE4ED3
Complementary color
Monochromatic Colors of #FE4ED3
Black with #FE4ED3
Text Example
Text Example
White with #FE4ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4ED3; }
p { color: rgb(254,78,211); }
H1.HeaderClassName
{
color: #FE4ED3;
}
.AnyTagClassName
{
color: #FE4ED3;
}
</style>
background-color css
<style>
a { background-color: #FE4ED3; }
a { background-color: rgb(254,78,211); }
div.DivClassName
{
background-color: #FE4ED3;
}
.BgClassName
{
background-color: #FE4ED3;
}
</style>
border-color css
<style>
span { border-color: #FE4ED3; }
span { border-color: rgb(254,78,211); }
td.TdClassName
{
border-color: #FE4ED3;
}
.TagClassName
{
border-color: #FE4ED3;
}
</style>