Shades of Razzle Dazzle Rose #FE2EDF
Tints of Razzle Dazzle Rose #FE2EDF
RGB
CMYK
RGB Variations
Color information
#FE2EDF (or 0xFE2EDF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and DF. RGB value is (254,46,223). Sum of RGB (Red+Green+Blue) = 254+46+223=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 46 (18.36% from 255 or 8.80% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2EDF is #01D120. Grayscale: #7F7F7F. Windows color (decimal): -119073 or 14626558. OLE color: 14626558.
HSL color Cylindrical-coordinate representation of color #FE2EDF: hue angle of 308.94º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2EDF is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 223 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.00 |
| HSL | 308.94º | 0.99% | 0.59% | - |
| HSV(B) | 308.94º | 0.82% | 1% | - |
| XYZ | 55.17 | 28.35 | 72.38 | - |
| YUV | 128.37 | 181.41 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 223 | 0 | 0.82 | 0.12 | 0.00 | 308.94 | 0.99 | 0.59 |
| Hex | FE | 2E | DF | 0 | 52 | C | 0 | 135 | 63 | 3B |
| Octal | 376 | 56 | 337 | 0 | 122 | 14 | 0 | 465 | 143 | 73 |
| Binary | 11111110 | 101110 | 11011111 | 0 | 1010010 | 1100 | 0 | 100110101 | 1100011 | 111011 |
Color Harmonies of #FE2EDF
Complementary color
Monochromatic Colors of #FE2EDF
Black with #FE2EDF
Text Example
Text Example
White with #FE2EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EDF; }
p { color: rgb(254,46,223); }
H1.HeaderClassName
{
color: #FE2EDF;
}
.AnyTagClassName
{
color: #FE2EDF;
}
</style>
background-color css
<style>
a { background-color: #FE2EDF; }
a { background-color: rgb(254,46,223); }
div.DivClassName
{
background-color: #FE2EDF;
}
.BgClassName
{
background-color: #FE2EDF;
}
</style>
border-color css
<style>
span { border-color: #FE2EDF; }
span { border-color: rgb(254,46,223); }
td.TdClassName
{
border-color: #FE2EDF;
}
.TagClassName
{
border-color: #FE2EDF;
}
</style>