Shades of Razzle Dazzle Rose #FE1EDF
Tints of Razzle Dazzle Rose #FE1EDF
RGB
CMYK
RGB Variations
Color information
#FE1EDF (or 0xFE1EDF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1E and DF. RGB value is (254,30,223). Sum of RGB (Red+Green+Blue) = 254+30+223=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 30 (12.11% from 255 or 5.92% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1EDF is #01E120. Grayscale: #767676. Windows color (decimal): -123169 or 14622462. OLE color: 14622462.
HSL color Cylindrical-coordinate representation of color #FE1EDF: hue angle of 308.3º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1EDF is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 223 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.00 |
| HSL | 308.3º | 0.99% | 0.56% | - |
| HSV(B) | 308.3º | 0.88% | 1% | - |
| XYZ | 54.66 | 27.33 | 72.21 | - |
| YUV | 118.98 | 186.71 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 223 | 0 | 0.88 | 0.12 | 0.00 | 308.3 | 0.99 | 0.56 |
| Hex | FE | 1E | DF | 0 | 58 | C | 0 | 134 | 63 | 38 |
| Octal | 376 | 36 | 337 | 0 | 130 | 14 | 0 | 464 | 143 | 70 |
| Binary | 11111110 | 11110 | 11011111 | 0 | 1011000 | 1100 | 0 | 100110100 | 1100011 | 111000 |
Color Harmonies of #FE1EDF
Complementary color
Monochromatic Colors of #FE1EDF
Black with #FE1EDF
Text Example
Text Example
White with #FE1EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EDF; }
p { color: rgb(254,30,223); }
H1.HeaderClassName
{
color: #FE1EDF;
}
.AnyTagClassName
{
color: #FE1EDF;
}
</style>
background-color css
<style>
a { background-color: #FE1EDF; }
a { background-color: rgb(254,30,223); }
div.DivClassName
{
background-color: #FE1EDF;
}
.BgClassName
{
background-color: #FE1EDF;
}
</style>
border-color css
<style>
span { border-color: #FE1EDF; }
span { border-color: rgb(254,30,223); }
td.TdClassName
{
border-color: #FE1EDF;
}
.TagClassName
{
border-color: #FE1EDF;
}
</style>