Shades of Razzle Dazzle Rose #FE1FDE
Tints of Razzle Dazzle Rose #FE1FDE
RGB
CMYK
RGB Variations
Color information
#FE1FDE (or 0xFE1FDE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1F and DE. RGB value is (254,31,222). Sum of RGB (Red+Green+Blue) = 254+31+222=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 31 (12.5% from 255 or 6.11% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1FDE is #01E021. Grayscale: #767676. Windows color (decimal): -122914 or 14557182. OLE color: 14557182.
HSL color Cylindrical-coordinate representation of color #FE1FDE: hue angle of 308.61º 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 #FE1FDE is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 222 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.00 |
| HSL | 308.61º | 0.99% | 0.56% | - |
| HSV(B) | 308.61º | 0.88% | 1% | - |
| XYZ | 54.55 | 27.32 | 71.51 | - |
| YUV | 119.45 | 185.88 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 222 | 0 | 0.88 | 0.13 | 0.00 | 308.61 | 0.99 | 0.56 |
| Hex | FE | 1F | DE | 0 | 58 | D | 0 | 135 | 63 | 38 |
| Octal | 376 | 37 | 336 | 0 | 130 | 15 | 0 | 465 | 143 | 70 |
| Binary | 11111110 | 11111 | 11011110 | 0 | 1011000 | 1101 | 0 | 100110101 | 1100011 | 111000 |
Color Harmonies of #FE1FDE
Complementary color
Monochromatic Colors of #FE1FDE
Black with #FE1FDE
Text Example
Text Example
White with #FE1FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FDE; }
p { color: rgb(254,31,222); }
H1.HeaderClassName
{
color: #FE1FDE;
}
.AnyTagClassName
{
color: #FE1FDE;
}
</style>
background-color css
<style>
a { background-color: #FE1FDE; }
a { background-color: rgb(254,31,222); }
div.DivClassName
{
background-color: #FE1FDE;
}
.BgClassName
{
background-color: #FE1FDE;
}
</style>
border-color css
<style>
span { border-color: #FE1FDE; }
span { border-color: rgb(254,31,222); }
td.TdClassName
{
border-color: #FE1FDE;
}
.TagClassName
{
border-color: #FE1FDE;
}
</style>