Shades of Razzle Dazzle Rose #FE3ED1
Tints of Razzle Dazzle Rose #FE3ED1
RGB
CMYK
RGB Variations
Color information
#FE3ED1 (or 0xFE3ED1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3E and D1. RGB value is (254,62,209). Sum of RGB (Red+Green+Blue) = 254+62+209=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 62 (24.61% from 255 or 11.81% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3ED1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3ED1 is #01C12E. Grayscale: #878787. Windows color (decimal): -114991 or 13713150. OLE color: 13713150.
HSL color Cylindrical-coordinate representation of color #FE3ED1: hue angle of 314.06º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3ED1 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 209 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.00 |
| HSL | 314.06º | 0.99% | 0.62% | - |
| HSV(B) | 314.06º | 0.76% | 1% | - |
| XYZ | 54.1 | 29.12 | 63.09 | - |
| YUV | 136.17 | 169.11 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 209 | 0 | 0.76 | 0.18 | 0.00 | 314.06 | 0.99 | 0.62 |
| Hex | FE | 3E | D1 | 0 | 4C | 12 | 0 | 13A | 63 | 3E |
| Octal | 376 | 76 | 321 | 0 | 114 | 22 | 0 | 472 | 143 | 76 |
| Binary | 11111110 | 111110 | 11010001 | 0 | 1001100 | 10010 | 0 | 100111010 | 1100011 | 111110 |
Color Harmonies of #FE3ED1
Complementary color
Monochromatic Colors of #FE3ED1
Black with #FE3ED1
Text Example
Text Example
White with #FE3ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3ED1; }
p { color: rgb(254,62,209); }
H1.HeaderClassName
{
color: #FE3ED1;
}
.AnyTagClassName
{
color: #FE3ED1;
}
</style>
background-color css
<style>
a { background-color: #FE3ED1; }
a { background-color: rgb(254,62,209); }
div.DivClassName
{
background-color: #FE3ED1;
}
.BgClassName
{
background-color: #FE3ED1;
}
</style>
border-color css
<style>
span { border-color: #FE3ED1; }
span { border-color: rgb(254,62,209); }
td.TdClassName
{
border-color: #FE3ED1;
}
.TagClassName
{
border-color: #FE3ED1;
}
</style>