Shades of Razzle Dazzle Rose #FE3DEC
Tints of Razzle Dazzle Rose #FE3DEC
RGB
CMYK
RGB Variations
Color information
#FE3DEC (or 0xFE3DEC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and EC. RGB value is (254,61,236). Sum of RGB (Red+Green+Blue) = 254+61+236=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 61 (24.22% from 255 or 11.07% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3DEC is #01C213. Grayscale: #8A8A8A. Windows color (decimal): -115220 or 15482366. OLE color: 15482366.
HSL color Cylindrical-coordinate representation of color #FE3DEC: hue angle of 305.6º 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 #FE3DEC is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 236 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.00 |
| HSL | 305.6º | 0.99% | 0.62% | - |
| HSV(B) | 305.6º | 0.76% | 1% | - |
| XYZ | 57.68 | 30.46 | 82.2 | - |
| YUV | 138.66 | 182.94 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 236 | 0 | 0.76 | 0.07 | 0.00 | 305.6 | 0.99 | 0.62 |
| Hex | FE | 3D | EC | 0 | 4C | 7 | 0 | 132 | 63 | 3E |
| Octal | 376 | 75 | 354 | 0 | 114 | 7 | 0 | 462 | 143 | 76 |
| Binary | 11111110 | 111101 | 11101100 | 0 | 1001100 | 111 | 0 | 100110010 | 1100011 | 111110 |
Color Harmonies of #FE3DEC
Complementary color
Monochromatic Colors of #FE3DEC
Black with #FE3DEC
Text Example
Text Example
White with #FE3DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DEC; }
p { color: rgb(254,61,236); }
H1.HeaderClassName
{
color: #FE3DEC;
}
.AnyTagClassName
{
color: #FE3DEC;
}
</style>
background-color css
<style>
a { background-color: #FE3DEC; }
a { background-color: rgb(254,61,236); }
div.DivClassName
{
background-color: #FE3DEC;
}
.BgClassName
{
background-color: #FE3DEC;
}
</style>
border-color css
<style>
span { border-color: #FE3DEC; }
span { border-color: rgb(254,61,236); }
td.TdClassName
{
border-color: #FE3DEC;
}
.TagClassName
{
border-color: #FE3DEC;
}
</style>