Shades of Razzle Dazzle Rose #FE1FDD
Tints of Razzle Dazzle Rose #FE1FDD
RGB
CMYK
RGB Variations
Color information
#FE1FDD (or 0xFE1FDD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1F and DD. RGB value is (254,31,221). Sum of RGB (Red+Green+Blue) = 254+31+221=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 31 (12.5% from 255 or 6.13% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1FDD is #01E022. Grayscale: #767676. Windows color (decimal): -122915 or 14491646. OLE color: 14491646.
HSL color Cylindrical-coordinate representation of color #FE1FDD: hue angle of 308.88º 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 #FE1FDD is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 221 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.00 |
| HSL | 308.88º | 0.99% | 0.56% | - |
| HSV(B) | 308.88º | 0.88% | 1% | - |
| XYZ | 54.41 | 27.27 | 70.8 | - |
| YUV | 119.34 | 185.38 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 221 | 0 | 0.88 | 0.13 | 0.00 | 308.88 | 0.99 | 0.56 |
| Hex | FE | 1F | DD | 0 | 58 | D | 0 | 135 | 63 | 38 |
| Octal | 376 | 37 | 335 | 0 | 130 | 15 | 0 | 465 | 143 | 70 |
| Binary | 11111110 | 11111 | 11011101 | 0 | 1011000 | 1101 | 0 | 100110101 | 1100011 | 111000 |
Color Harmonies of #FE1FDD
Complementary color
Monochromatic Colors of #FE1FDD
Black with #FE1FDD
Text Example
Text Example
White with #FE1FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FDD; }
p { color: rgb(254,31,221); }
H1.HeaderClassName
{
color: #FE1FDD;
}
.AnyTagClassName
{
color: #FE1FDD;
}
</style>
background-color css
<style>
a { background-color: #FE1FDD; }
a { background-color: rgb(254,31,221); }
div.DivClassName
{
background-color: #FE1FDD;
}
.BgClassName
{
background-color: #FE1FDD;
}
</style>
border-color css
<style>
span { border-color: #FE1FDD; }
span { border-color: rgb(254,31,221); }
td.TdClassName
{
border-color: #FE1FDD;
}
.TagClassName
{
border-color: #FE1FDD;
}
</style>