Shades of Razzle Dazzle Rose #FE1DDF
Tints of Razzle Dazzle Rose #FE1DDF
RGB
CMYK
RGB Variations
Color information
#FE1DDF (or 0xFE1DDF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1D and DF. RGB value is (254,29,223). Sum of RGB (Red+Green+Blue) = 254+29+223=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 29 (11.72% from 255 or 5.73% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1DDF is #01E220. Grayscale: #757575. Windows color (decimal): -123425 or 14622206. OLE color: 14622206.
HSL color Cylindrical-coordinate representation of color #FE1DDF: hue angle of 308.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1DDF is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 29 | 223 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.00 |
| HSL | 308.27º | 0.99% | 0.55% | - |
| HSV(B) | 308.27º | 0.89% | 1% | - |
| XYZ | 54.63 | 27.28 | 72.2 | - |
| YUV | 118.39 | 187.04 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 29 | 223 | 0 | 0.89 | 0.12 | 0.00 | 308.27 | 0.99 | 0.55 |
| Hex | FE | 1D | DF | 0 | 59 | C | 0 | 134 | 63 | 37 |
| Octal | 376 | 35 | 337 | 0 | 131 | 14 | 0 | 464 | 143 | 67 |
| Binary | 11111110 | 11101 | 11011111 | 0 | 1011001 | 1100 | 0 | 100110100 | 1100011 | 110111 |
Color Harmonies of #FE1DDF
Complementary color
Monochromatic Colors of #FE1DDF
Black with #FE1DDF
Text Example
Text Example
White with #FE1DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1DDF; }
p { color: rgb(254,29,223); }
H1.HeaderClassName
{
color: #FE1DDF;
}
.AnyTagClassName
{
color: #FE1DDF;
}
</style>
background-color css
<style>
a { background-color: #FE1DDF; }
a { background-color: rgb(254,29,223); }
div.DivClassName
{
background-color: #FE1DDF;
}
.BgClassName
{
background-color: #FE1DDF;
}
</style>
border-color css
<style>
span { border-color: #FE1DDF; }
span { border-color: rgb(254,29,223); }
td.TdClassName
{
border-color: #FE1DDF;
}
.TagClassName
{
border-color: #FE1DDF;
}
</style>