Shades of Razzle Dazzle Rose #FE47BD
Tints of Razzle Dazzle Rose #FE47BD
RGB
CMYK
RGB Variations
Color information
#FE47BD (or 0xFE47BD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and BD. RGB value is (254,71,189). Sum of RGB (Red+Green+Blue) = 254+71+189=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 71 (28.12% from 255 or 13.81% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47BD is #01B842. Grayscale: #8A8A8A. Windows color (decimal): -112707 or 12404734. OLE color: 12404734.
HSL color Cylindrical-coordinate representation of color #FE47BD: hue angle of 321.31º 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 #FE47BD is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 189 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.00 |
| HSL | 321.31º | 0.99% | 0.64% | - |
| HSV(B) | 321.31º | 0.72% | 1% | - |
| XYZ | 52.31 | 29.25 | 51.03 | - |
| YUV | 139.17 | 156.13 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 189 | 0 | 0.72 | 0.26 | 0.00 | 321.31 | 0.99 | 0.64 |
| Hex | FE | 47 | BD | 0 | 48 | 1A | 0 | 141 | 63 | 40 |
| Octal | 376 | 107 | 275 | 0 | 110 | 32 | 0 | 501 | 143 | 100 |
| Binary | 11111110 | 1000111 | 10111101 | 0 | 1001000 | 11010 | 0 | 101000001 | 1100011 | 1000000 |
Color Harmonies of #FE47BD
Complementary color
Monochromatic Colors of #FE47BD
Black with #FE47BD
Text Example
Text Example
White with #FE47BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE47BD; }
p { color: rgb(254,71,189); }
H1.HeaderClassName
{
color: #FE47BD;
}
.AnyTagClassName
{
color: #FE47BD;
}
</style>
background-color css
<style>
a { background-color: #FE47BD; }
a { background-color: rgb(254,71,189); }
div.DivClassName
{
background-color: #FE47BD;
}
.BgClassName
{
background-color: #FE47BD;
}
</style>
border-color css
<style>
span { border-color: #FE47BD; }
span { border-color: rgb(254,71,189); }
td.TdClassName
{
border-color: #FE47BD;
}
.TagClassName
{
border-color: #FE47BD;
}
</style>