Shades of Razzle Dazzle Rose #FE2ADC
Tints of Razzle Dazzle Rose #FE2ADC
RGB
CMYK
RGB Variations
Color information
#FE2ADC (or 0xFE2ADC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2A and DC. RGB value is (254,42,220). Sum of RGB (Red+Green+Blue) = 254+42+220=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 42 (16.80% from 255 or 8.14% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2ADC is #01D523. Grayscale: #7D7D7D. Windows color (decimal): -120100 or 14428926. OLE color: 14428926.
HSL color Cylindrical-coordinate representation of color #FE2ADC: hue angle of 309.62º 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 #FE2ADC is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 220 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.00 |
| HSL | 309.62º | 0.99% | 0.58% | - |
| HSV(B) | 309.62º | 0.83% | 1% | - |
| XYZ | 54.62 | 27.89 | 70.22 | - |
| YUV | 125.68 | 181.24 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 220 | 0 | 0.83 | 0.13 | 0.00 | 309.62 | 0.99 | 0.58 |
| Hex | FE | 2A | DC | 0 | 53 | D | 0 | 136 | 63 | 3A |
| Octal | 376 | 52 | 334 | 0 | 123 | 15 | 0 | 466 | 143 | 72 |
| Binary | 11111110 | 101010 | 11011100 | 0 | 1010011 | 1101 | 0 | 100110110 | 1100011 | 111010 |
Color Harmonies of #FE2ADC
Complementary color
Monochromatic Colors of #FE2ADC
Black with #FE2ADC
Text Example
Text Example
White with #FE2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2ADC; }
p { color: rgb(254,42,220); }
H1.HeaderClassName
{
color: #FE2ADC;
}
.AnyTagClassName
{
color: #FE2ADC;
}
</style>
background-color css
<style>
a { background-color: #FE2ADC; }
a { background-color: rgb(254,42,220); }
div.DivClassName
{
background-color: #FE2ADC;
}
.BgClassName
{
background-color: #FE2ADC;
}
</style>
border-color css
<style>
span { border-color: #FE2ADC; }
span { border-color: rgb(254,42,220); }
td.TdClassName
{
border-color: #FE2ADC;
}
.TagClassName
{
border-color: #FE2ADC;
}
</style>