Shades of Razzle Dazzle Rose #FE47D0
Tints of Razzle Dazzle Rose #FE47D0
RGB
CMYK
RGB Variations
Color information
#FE47D0 (or 0xFE47D0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and D0. RGB value is (254,71,208). Sum of RGB (Red+Green+Blue) = 254+71+208=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 71 (28.12% from 255 or 13.32% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47D0 is #01B82F. Grayscale: #8C8C8C. Windows color (decimal): -112688 or 13649918. OLE color: 13649918.
HSL color Cylindrical-coordinate representation of color #FE47D0: hue angle of 315.08º 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 #FE47D0 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 208 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.00 |
| HSL | 315.08º | 0.99% | 0.64% | - |
| HSV(B) | 315.08º | 0.72% | 1% | - |
| XYZ | 54.51 | 30.13 | 62.62 | - |
| YUV | 141.34 | 165.63 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 208 | 0 | 0.72 | 0.18 | 0.00 | 315.08 | 0.99 | 0.64 |
| Hex | FE | 47 | D0 | 0 | 48 | 12 | 0 | 13B | 63 | 40 |
| Octal | 376 | 107 | 320 | 0 | 110 | 22 | 0 | 473 | 143 | 100 |
| Binary | 11111110 | 1000111 | 11010000 | 0 | 1001000 | 10010 | 0 | 100111011 | 1100011 | 1000000 |
Color Harmonies of #FE47D0
Complementary color
Monochromatic Colors of #FE47D0
Black with #FE47D0
Text Example
Text Example
White with #FE47D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE47D0; }
p { color: rgb(254,71,208); }
H1.HeaderClassName
{
color: #FE47D0;
}
.AnyTagClassName
{
color: #FE47D0;
}
</style>
background-color css
<style>
a { background-color: #FE47D0; }
a { background-color: rgb(254,71,208); }
div.DivClassName
{
background-color: #FE47D0;
}
.BgClassName
{
background-color: #FE47D0;
}
</style>
border-color css
<style>
span { border-color: #FE47D0; }
span { border-color: rgb(254,71,208); }
td.TdClassName
{
border-color: #FE47D0;
}
.TagClassName
{
border-color: #FE47D0;
}
</style>