Shades of Razzle Dazzle Rose #FE3ED2
Tints of Razzle Dazzle Rose #FE3ED2
RGB
CMYK
RGB Variations
Color information
#FE3ED2 (or 0xFE3ED2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3E and D2. RGB value is (254,62,210). Sum of RGB (Red+Green+Blue) = 254+62+210=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 62 (24.61% from 255 or 11.79% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3ED2 is #01C12D. Grayscale: #878787. Windows color (decimal): -114990 or 13778686. OLE color: 13778686.
HSL color Cylindrical-coordinate representation of color #FE3ED2: hue angle of 313.75º 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 #FE3ED2 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 210 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.00 |
| HSL | 313.75º | 0.99% | 0.62% | - |
| HSV(B) | 313.75º | 0.76% | 1% | - |
| XYZ | 54.23 | 29.17 | 63.74 | - |
| YUV | 136.28 | 169.61 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 210 | 0 | 0.76 | 0.17 | 0.00 | 313.75 | 0.99 | 0.62 |
| Hex | FE | 3E | D2 | 0 | 4C | 11 | 0 | 13A | 63 | 3E |
| Octal | 376 | 76 | 322 | 0 | 114 | 21 | 0 | 472 | 143 | 76 |
| Binary | 11111110 | 111110 | 11010010 | 0 | 1001100 | 10001 | 0 | 100111010 | 1100011 | 111110 |
Color Harmonies of #FE3ED2
Complementary color
Monochromatic Colors of #FE3ED2
Black with #FE3ED2
Text Example
Text Example
White with #FE3ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3ED2; }
p { color: rgb(254,62,210); }
H1.HeaderClassName
{
color: #FE3ED2;
}
.AnyTagClassName
{
color: #FE3ED2;
}
</style>
background-color css
<style>
a { background-color: #FE3ED2; }
a { background-color: rgb(254,62,210); }
div.DivClassName
{
background-color: #FE3ED2;
}
.BgClassName
{
background-color: #FE3ED2;
}
</style>
border-color css
<style>
span { border-color: #FE3ED2; }
span { border-color: rgb(254,62,210); }
td.TdClassName
{
border-color: #FE3ED2;
}
.TagClassName
{
border-color: #FE3ED2;
}
</style>