Shades of Razzle Dazzle Rose #FE46DD
Tints of Razzle Dazzle Rose #FE46DD
RGB
CMYK
RGB Variations
Color information
#FE46DD (or 0xFE46DD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and DD. RGB value is (254,70,221). Sum of RGB (Red+Green+Blue) = 254+70+221=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 70 (27.73% from 255 or 12.84% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46DD is #01B922. Grayscale: #8D8D8D. Windows color (decimal): -112931 or 14501630. OLE color: 14501630.
HSL color Cylindrical-coordinate representation of color #FE46DD: hue angle of 310.76º 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 #FE46DD is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 221 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.00 |
| HSL | 310.76º | 0.99% | 0.64% | - |
| HSV(B) | 310.76º | 0.72% | 1% | - |
| XYZ | 56.11 | 30.67 | 71.37 | - |
| YUV | 142.23 | 172.46 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 221 | 0 | 0.72 | 0.13 | 0.00 | 310.76 | 0.99 | 0.64 |
| Hex | FE | 46 | DD | 0 | 48 | D | 0 | 137 | 63 | 40 |
| Octal | 376 | 106 | 335 | 0 | 110 | 15 | 0 | 467 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11011101 | 0 | 1001000 | 1101 | 0 | 100110111 | 1100011 | 1000000 |
Color Harmonies of #FE46DD
Complementary color
Monochromatic Colors of #FE46DD
Black with #FE46DD
Text Example
Text Example
White with #FE46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46DD; }
p { color: rgb(254,70,221); }
H1.HeaderClassName
{
color: #FE46DD;
}
.AnyTagClassName
{
color: #FE46DD;
}
</style>
background-color css
<style>
a { background-color: #FE46DD; }
a { background-color: rgb(254,70,221); }
div.DivClassName
{
background-color: #FE46DD;
}
.BgClassName
{
background-color: #FE46DD;
}
</style>
border-color css
<style>
span { border-color: #FE46DD; }
span { border-color: rgb(254,70,221); }
td.TdClassName
{
border-color: #FE46DD;
}
.TagClassName
{
border-color: #FE46DD;
}
</style>