Shades of Razzle Dazzle Rose #FE46DF
Tints of Razzle Dazzle Rose #FE46DF
RGB
CMYK
RGB Variations
Color information
#FE46DF (or 0xFE46DF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and DF. RGB value is (254,70,223). Sum of RGB (Red+Green+Blue) = 254+70+223=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 70 (27.73% from 255 or 12.80% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46DF is #01B920. Grayscale: #8E8E8E. Windows color (decimal): -112929 or 14632702. OLE color: 14632702.
HSL color Cylindrical-coordinate representation of color #FE46DF: hue angle of 310.11º 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 #FE46DF is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 223 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.00 |
| HSL | 310.11º | 0.99% | 0.64% | - |
| HSV(B) | 310.11º | 0.72% | 1% | - |
| XYZ | 56.38 | 30.78 | 72.78 | - |
| YUV | 142.46 | 173.46 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 223 | 0 | 0.72 | 0.12 | 0.00 | 310.11 | 0.99 | 0.64 |
| Hex | FE | 46 | DF | 0 | 48 | C | 0 | 136 | 63 | 40 |
| Octal | 376 | 106 | 337 | 0 | 110 | 14 | 0 | 466 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11011111 | 0 | 1001000 | 1100 | 0 | 100110110 | 1100011 | 1000000 |
Color Harmonies of #FE46DF
Complementary color
Monochromatic Colors of #FE46DF
Black with #FE46DF
Text Example
Text Example
White with #FE46DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46DF; }
p { color: rgb(254,70,223); }
H1.HeaderClassName
{
color: #FE46DF;
}
.AnyTagClassName
{
color: #FE46DF;
}
</style>
background-color css
<style>
a { background-color: #FE46DF; }
a { background-color: rgb(254,70,223); }
div.DivClassName
{
background-color: #FE46DF;
}
.BgClassName
{
background-color: #FE46DF;
}
</style>
border-color css
<style>
span { border-color: #FE46DF; }
span { border-color: rgb(254,70,223); }
td.TdClassName
{
border-color: #FE46DF;
}
.TagClassName
{
border-color: #FE46DF;
}
</style>