Shades of Razzle Dazzle Rose #FE2CEF
Tints of Razzle Dazzle Rose #FE2CEF
RGB
CMYK
RGB Variations
Color information
#FE2CEF (or 0xFE2CEF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2C and EF. RGB value is (254,44,239). Sum of RGB (Red+Green+Blue) = 254+44+239=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 44 (17.58% from 255 or 8.19% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2CEF is #01D310. Grayscale: #808080. Windows color (decimal): -119569 or 15674622. OLE color: 15674622.
HSL color Cylindrical-coordinate representation of color #FE2CEF: hue angle of 304.29º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2CEF is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 239 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.00 |
| HSL | 304.29º | 0.99% | 0.58% | - |
| HSV(B) | 304.29º | 0.83% | 1% | - |
| XYZ | 57.35 | 29.1 | 84.26 | - |
| YUV | 129.02 | 190.07 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 239 | 0 | 0.83 | 0.06 | 0.00 | 304.29 | 0.99 | 0.58 |
| Hex | FE | 2C | EF | 0 | 53 | 6 | 0 | 130 | 63 | 3A |
| Octal | 376 | 54 | 357 | 0 | 123 | 6 | 0 | 460 | 143 | 72 |
| Binary | 11111110 | 101100 | 11101111 | 0 | 1010011 | 110 | 0 | 100110000 | 1100011 | 111010 |
Color Harmonies of #FE2CEF
Complementary color
Monochromatic Colors of #FE2CEF
Black with #FE2CEF
Text Example
Text Example
White with #FE2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CEF; }
p { color: rgb(254,44,239); }
H1.HeaderClassName
{
color: #FE2CEF;
}
.AnyTagClassName
{
color: #FE2CEF;
}
</style>
background-color css
<style>
a { background-color: #FE2CEF; }
a { background-color: rgb(254,44,239); }
div.DivClassName
{
background-color: #FE2CEF;
}
.BgClassName
{
background-color: #FE2CEF;
}
</style>
border-color css
<style>
span { border-color: #FE2CEF; }
span { border-color: rgb(254,44,239); }
td.TdClassName
{
border-color: #FE2CEF;
}
.TagClassName
{
border-color: #FE2CEF;
}
</style>