Shades of Razzle Dazzle Rose #FE2ADD
Tints of Razzle Dazzle Rose #FE2ADD
RGB
CMYK
RGB Variations
Color information
#FE2ADD (or 0xFE2ADD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2A and DD. RGB value is (254,42,221). Sum of RGB (Red+Green+Blue) = 254+42+221=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 42 (16.80% from 255 or 8.12% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2ADD is #01D522. Grayscale: #7D7D7D. Windows color (decimal): -120099 or 14494462. OLE color: 14494462.
HSL color Cylindrical-coordinate representation of color #FE2ADD: hue angle of 309.34º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2ADD is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 221 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.00 |
| HSL | 309.34º | 0.99% | 0.58% | - |
| HSV(B) | 309.34º | 0.83% | 1% | - |
| XYZ | 54.75 | 27.95 | 70.92 | - |
| YUV | 125.79 | 181.74 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 221 | 0 | 0.83 | 0.13 | 0.00 | 309.34 | 0.99 | 0.58 |
| Hex | FE | 2A | DD | 0 | 53 | D | 0 | 135 | 63 | 3A |
| Octal | 376 | 52 | 335 | 0 | 123 | 15 | 0 | 465 | 143 | 72 |
| Binary | 11111110 | 101010 | 11011101 | 0 | 1010011 | 1101 | 0 | 100110101 | 1100011 | 111010 |
Color Harmonies of #FE2ADD
Complementary color
Monochromatic Colors of #FE2ADD
Black with #FE2ADD
Text Example
Text Example
White with #FE2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2ADD; }
p { color: rgb(254,42,221); }
H1.HeaderClassName
{
color: #FE2ADD;
}
.AnyTagClassName
{
color: #FE2ADD;
}
</style>
background-color css
<style>
a { background-color: #FE2ADD; }
a { background-color: rgb(254,42,221); }
div.DivClassName
{
background-color: #FE2ADD;
}
.BgClassName
{
background-color: #FE2ADD;
}
</style>
border-color css
<style>
span { border-color: #FE2ADD; }
span { border-color: rgb(254,42,221); }
td.TdClassName
{
border-color: #FE2ADD;
}
.TagClassName
{
border-color: #FE2ADD;
}
</style>