Shades of Razzle Dazzle Rose #FE3CEF
Tints of Razzle Dazzle Rose #FE3CEF
RGB
CMYK
RGB Variations
Color information
#FE3CEF (or 0xFE3CEF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3C and EF. RGB value is (254,60,239). Sum of RGB (Red+Green+Blue) = 254+60+239=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 60 (23.83% from 255 or 10.85% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3CEF is #01C310. Grayscale: #898989. Windows color (decimal): -115473 or 15678718. OLE color: 15678718.
HSL color Cylindrical-coordinate representation of color #FE3CEF: hue angle of 304.64º 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 #FE3CEF is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 239 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.00 |
| HSL | 304.64º | 0.99% | 0.62% | - |
| HSV(B) | 304.64º | 0.76% | 1% | - |
| XYZ | 58.07 | 30.53 | 84.49 | - |
| YUV | 138.41 | 184.77 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 239 | 0 | 0.76 | 0.06 | 0.00 | 304.64 | 0.99 | 0.62 |
| Hex | FE | 3C | EF | 0 | 4C | 6 | 0 | 131 | 63 | 3E |
| Octal | 376 | 74 | 357 | 0 | 114 | 6 | 0 | 461 | 143 | 76 |
| Binary | 11111110 | 111100 | 11101111 | 0 | 1001100 | 110 | 0 | 100110001 | 1100011 | 111110 |
Color Harmonies of #FE3CEF
Complementary color
Monochromatic Colors of #FE3CEF
Black with #FE3CEF
Text Example
Text Example
White with #FE3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3CEF; }
p { color: rgb(254,60,239); }
H1.HeaderClassName
{
color: #FE3CEF;
}
.AnyTagClassName
{
color: #FE3CEF;
}
</style>
background-color css
<style>
a { background-color: #FE3CEF; }
a { background-color: rgb(254,60,239); }
div.DivClassName
{
background-color: #FE3CEF;
}
.BgClassName
{
background-color: #FE3CEF;
}
</style>
border-color css
<style>
span { border-color: #FE3CEF; }
span { border-color: rgb(254,60,239); }
td.TdClassName
{
border-color: #FE3CEF;
}
.TagClassName
{
border-color: #FE3CEF;
}
</style>