Shades of Razzle Dazzle Rose #FE3CED
Tints of Razzle Dazzle Rose #FE3CED
RGB
CMYK
RGB Variations
Color information
#FE3CED (or 0xFE3CED) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3C and ED. RGB value is (254,60,237). Sum of RGB (Red+Green+Blue) = 254+60+237=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 60 (23.83% from 255 or 10.89% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3CED is #01C312. Grayscale: #898989. Windows color (decimal): -115475 or 15547646. OLE color: 15547646.
HSL color Cylindrical-coordinate representation of color #FE3CED: hue angle of 305.26º 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 #FE3CED is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 237 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.00 |
| HSL | 305.26º | 0.99% | 0.62% | - |
| HSV(B) | 305.26º | 0.76% | 1% | - |
| XYZ | 57.77 | 30.42 | 82.95 | - |
| YUV | 138.18 | 183.77 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 237 | 0 | 0.76 | 0.07 | 0.00 | 305.26 | 0.99 | 0.62 |
| Hex | FE | 3C | ED | 0 | 4C | 7 | 0 | 131 | 63 | 3E |
| Octal | 376 | 74 | 355 | 0 | 114 | 7 | 0 | 461 | 143 | 76 |
| Binary | 11111110 | 111100 | 11101101 | 0 | 1001100 | 111 | 0 | 100110001 | 1100011 | 111110 |
Color Harmonies of #FE3CED
Complementary color
Monochromatic Colors of #FE3CED
Black with #FE3CED
Text Example
Text Example
White with #FE3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3CED; }
p { color: rgb(254,60,237); }
H1.HeaderClassName
{
color: #FE3CED;
}
.AnyTagClassName
{
color: #FE3CED;
}
</style>
background-color css
<style>
a { background-color: #FE3CED; }
a { background-color: rgb(254,60,237); }
div.DivClassName
{
background-color: #FE3CED;
}
.BgClassName
{
background-color: #FE3CED;
}
</style>
border-color css
<style>
span { border-color: #FE3CED; }
span { border-color: rgb(254,60,237); }
td.TdClassName
{
border-color: #FE3CED;
}
.TagClassName
{
border-color: #FE3CED;
}
</style>