Shades of Razzle Dazzle Rose #FE3CE6
Tints of Razzle Dazzle Rose #FE3CE6
RGB
CMYK
RGB Variations
Color information
#FE3CE6 (or 0xFE3CE6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3C and E6. RGB value is (254,60,230). Sum of RGB (Red+Green+Blue) = 254+60+230=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 60 (23.83% from 255 or 11.03% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3CE6 is #01C319. Grayscale: #888888. Windows color (decimal): -115482 or 15088894. OLE color: 15088894.
HSL color Cylindrical-coordinate representation of color #FE3CE6: hue angle of 307.42º 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 #FE3CE6 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 230 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.00 |
| HSL | 307.42º | 0.99% | 0.62% | - |
| HSV(B) | 307.42º | 0.76% | 1% | - |
| XYZ | 56.77 | 30.02 | 77.66 | - |
| YUV | 137.39 | 180.27 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 230 | 0 | 0.76 | 0.09 | 0.00 | 307.42 | 0.99 | 0.62 |
| Hex | FE | 3C | E6 | 0 | 4C | 9 | 0 | 133 | 63 | 3E |
| Octal | 376 | 74 | 346 | 0 | 114 | 11 | 0 | 463 | 143 | 76 |
| Binary | 11111110 | 111100 | 11100110 | 0 | 1001100 | 1001 | 0 | 100110011 | 1100011 | 111110 |
Color Harmonies of #FE3CE6
Complementary color
Monochromatic Colors of #FE3CE6
Black with #FE3CE6
Text Example
Text Example
White with #FE3CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3CE6; }
p { color: rgb(254,60,230); }
H1.HeaderClassName
{
color: #FE3CE6;
}
.AnyTagClassName
{
color: #FE3CE6;
}
</style>
background-color css
<style>
a { background-color: #FE3CE6; }
a { background-color: rgb(254,60,230); }
div.DivClassName
{
background-color: #FE3CE6;
}
.BgClassName
{
background-color: #FE3CE6;
}
</style>
border-color css
<style>
span { border-color: #FE3CE6; }
span { border-color: rgb(254,60,230); }
td.TdClassName
{
border-color: #FE3CE6;
}
.TagClassName
{
border-color: #FE3CE6;
}
</style>