Shades of Razzle Dazzle Rose #FE46D9
Tints of Razzle Dazzle Rose #FE46D9
RGB
CMYK
RGB Variations
Color information
#FE46D9 (or 0xFE46D9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and D9. RGB value is (254,70,217). Sum of RGB (Red+Green+Blue) = 254+70+217=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 70 (27.73% from 255 or 12.94% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46D9 is #01B926. Grayscale: #8D8D8D. Windows color (decimal): -112935 or 14239486. OLE color: 14239486.
HSL color Cylindrical-coordinate representation of color #FE46D9: hue angle of 312.07º 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 #FE46D9 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 217 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.00 |
| HSL | 312.07º | 0.99% | 0.64% | - |
| HSV(B) | 312.07º | 0.72% | 1% | - |
| XYZ | 55.59 | 30.46 | 68.6 | - |
| YUV | 141.77 | 170.46 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 217 | 0 | 0.72 | 0.15 | 0.00 | 312.07 | 0.99 | 0.64 |
| Hex | FE | 46 | D9 | 0 | 48 | F | 0 | 138 | 63 | 40 |
| Octal | 376 | 106 | 331 | 0 | 110 | 17 | 0 | 470 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11011001 | 0 | 1001000 | 1111 | 0 | 100111000 | 1100011 | 1000000 |
Color Harmonies of #FE46D9
Complementary color
Monochromatic Colors of #FE46D9
Black with #FE46D9
Text Example
Text Example
White with #FE46D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46D9; }
p { color: rgb(254,70,217); }
H1.HeaderClassName
{
color: #FE46D9;
}
.AnyTagClassName
{
color: #FE46D9;
}
</style>
background-color css
<style>
a { background-color: #FE46D9; }
a { background-color: rgb(254,70,217); }
div.DivClassName
{
background-color: #FE46D9;
}
.BgClassName
{
background-color: #FE46D9;
}
</style>
border-color css
<style>
span { border-color: #FE46D9; }
span { border-color: rgb(254,70,217); }
td.TdClassName
{
border-color: #FE46D9;
}
.TagClassName
{
border-color: #FE46D9;
}
</style>