Shades of Razzle Dazzle Rose #FE47E7
Tints of Razzle Dazzle Rose #FE47E7
RGB
CMYK
RGB Variations
Color information
#FE47E7 (or 0xFE47E7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 47 and E7. RGB value is (254,71,231). Sum of RGB (Red+Green+Blue) = 254+71+231=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 71 (28.12% from 255 or 12.77% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE47E7 is #01B818. Grayscale: #8F8F8F. Windows color (decimal): -112665 or 15157246. OLE color: 15157246.
HSL color Cylindrical-coordinate representation of color #FE47E7: hue angle of 307.54º 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 #FE47E7 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 231 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.00 |
| HSL | 307.54º | 0.99% | 0.64% | - |
| HSV(B) | 307.54º | 0.72% | 1% | - |
| XYZ | 57.55 | 31.35 | 78.62 | - |
| YUV | 143.96 | 177.13 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 231 | 0 | 0.72 | 0.09 | 0.00 | 307.54 | 0.99 | 0.64 |
| Hex | FE | 47 | E7 | 0 | 48 | 9 | 0 | 134 | 63 | 40 |
| Octal | 376 | 107 | 347 | 0 | 110 | 11 | 0 | 464 | 143 | 100 |
| Binary | 11111110 | 1000111 | 11100111 | 0 | 1001000 | 1001 | 0 | 100110100 | 1100011 | 1000000 |
Color Harmonies of #FE47E7
Complementary color
Monochromatic Colors of #FE47E7
Black with #FE47E7
Text Example
Text Example
White with #FE47E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE47E7; }
p { color: rgb(254,71,231); }
H1.HeaderClassName
{
color: #FE47E7;
}
.AnyTagClassName
{
color: #FE47E7;
}
</style>
background-color css
<style>
a { background-color: #FE47E7; }
a { background-color: rgb(254,71,231); }
div.DivClassName
{
background-color: #FE47E7;
}
.BgClassName
{
background-color: #FE47E7;
}
</style>
border-color css
<style>
span { border-color: #FE47E7; }
span { border-color: rgb(254,71,231); }
td.TdClassName
{
border-color: #FE47E7;
}
.TagClassName
{
border-color: #FE47E7;
}
</style>