Shades of Razzle Dazzle Rose #FE47DC
Tints of Razzle Dazzle Rose #FE47DC
RGB
CMYK
RGB Variations
Color information
#FE47DC (or 0xFE47DC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and DC. RGB value is (254,71,220). Sum of RGB (Red+Green+Blue) = 254+71+220=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 71 (28.12% from 255 or 13.03% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47DC is #01B823. Grayscale: #8E8E8E. Windows color (decimal): -112676 or 14436350. OLE color: 14436350.
HSL color Cylindrical-coordinate representation of color #FE47DC: hue angle of 311.15º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE47DC is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 220 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.00 |
| HSL | 311.15º | 0.99% | 0.64% | - |
| HSV(B) | 311.15º | 0.72% | 1% | - |
| XYZ | 56.04 | 30.74 | 70.69 | - |
| YUV | 142.7 | 171.63 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 220 | 0 | 0.72 | 0.13 | 0.00 | 311.15 | 0.99 | 0.64 |
| Hex | FE | 47 | DC | 0 | 48 | D | 0 | 137 | 63 | 40 |
| Octal | 376 | 107 | 334 | 0 | 110 | 15 | 0 | 467 | 143 | 100 |
| Binary | 11111110 | 1000111 | 11011100 | 0 | 1001000 | 1101 | 0 | 100110111 | 1100011 | 1000000 |
Color Harmonies of #FE47DC
Complementary color
Monochromatic Colors of #FE47DC
Black with #FE47DC
Text Example
Text Example
White with #FE47DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE47DC; }
p { color: rgb(254,71,220); }
H1.HeaderClassName
{
color: #FE47DC;
}
.AnyTagClassName
{
color: #FE47DC;
}
</style>
background-color css
<style>
a { background-color: #FE47DC; }
a { background-color: rgb(254,71,220); }
div.DivClassName
{
background-color: #FE47DC;
}
.BgClassName
{
background-color: #FE47DC;
}
</style>
border-color css
<style>
span { border-color: #FE47DC; }
span { border-color: rgb(254,71,220); }
td.TdClassName
{
border-color: #FE47DC;
}
.TagClassName
{
border-color: #FE47DC;
}
</style>