Shades of Razzle Dazzle Rose #FE1CDF
Tints of Razzle Dazzle Rose #FE1CDF
RGB
CMYK
RGB Variations
Color information
#FE1CDF (or 0xFE1CDF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1C and DF. RGB value is (254,28,223). Sum of RGB (Red+Green+Blue) = 254+28+223=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 28 (11.33% from 255 or 5.54% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1CDF is #01E320. Grayscale: #757575. Windows color (decimal): -123681 or 14621950. OLE color: 14621950.
HSL color Cylindrical-coordinate representation of color #FE1CDF: hue angle of 308.23º 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 #FE1CDF is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 28 | 223 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.00 |
| HSL | 308.23º | 0.99% | 0.55% | - |
| HSV(B) | 308.23º | 0.89% | 1% | - |
| XYZ | 54.61 | 27.23 | 72.19 | - |
| YUV | 117.8 | 187.37 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 28 | 223 | 0 | 0.89 | 0.12 | 0.00 | 308.23 | 0.99 | 0.55 |
| Hex | FE | 1C | DF | 0 | 59 | C | 0 | 134 | 63 | 37 |
| Octal | 376 | 34 | 337 | 0 | 131 | 14 | 0 | 464 | 143 | 67 |
| Binary | 11111110 | 11100 | 11011111 | 0 | 1011001 | 1100 | 0 | 100110100 | 1100011 | 110111 |
Color Harmonies of #FE1CDF
Complementary color
Monochromatic Colors of #FE1CDF
Black with #FE1CDF
Text Example
Text Example
White with #FE1CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1CDF; }
p { color: rgb(254,28,223); }
H1.HeaderClassName
{
color: #FE1CDF;
}
.AnyTagClassName
{
color: #FE1CDF;
}
</style>
background-color css
<style>
a { background-color: #FE1CDF; }
a { background-color: rgb(254,28,223); }
div.DivClassName
{
background-color: #FE1CDF;
}
.BgClassName
{
background-color: #FE1CDF;
}
</style>
border-color css
<style>
span { border-color: #FE1CDF; }
span { border-color: rgb(254,28,223); }
td.TdClassName
{
border-color: #FE1CDF;
}
.TagClassName
{
border-color: #FE1CDF;
}
</style>