Shades of Razzle Dazzle Rose #FE46CE
Tints of Razzle Dazzle Rose #FE46CE
RGB
CMYK
RGB Variations
Color information
#FE46CE (or 0xFE46CE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and CE. RGB value is (254,70,206). Sum of RGB (Red+Green+Blue) = 254+70+206=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 70 (27.73% from 255 or 13.21% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46CE is #01B931. Grayscale: #8C8C8C. Windows color (decimal): -112946 or 13518590. OLE color: 13518590.
HSL color Cylindrical-coordinate representation of color #FE46CE: hue angle of 315.65º 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 #FE46CE is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 206 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.00 |
| HSL | 315.65º | 0.99% | 0.64% | - |
| HSV(B) | 315.65º | 0.72% | 1% | - |
| XYZ | 54.2 | 29.91 | 61.31 | - |
| YUV | 140.52 | 164.96 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 206 | 0 | 0.72 | 0.19 | 0.00 | 315.65 | 0.99 | 0.64 |
| Hex | FE | 46 | CE | 0 | 48 | 13 | 0 | 13C | 63 | 40 |
| Octal | 376 | 106 | 316 | 0 | 110 | 23 | 0 | 474 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11001110 | 0 | 1001000 | 10011 | 0 | 100111100 | 1100011 | 1000000 |
Color Harmonies of #FE46CE
Complementary color
Monochromatic Colors of #FE46CE
Black with #FE46CE
Text Example
Text Example
White with #FE46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46CE; }
p { color: rgb(254,70,206); }
H1.HeaderClassName
{
color: #FE46CE;
}
.AnyTagClassName
{
color: #FE46CE;
}
</style>
background-color css
<style>
a { background-color: #FE46CE; }
a { background-color: rgb(254,70,206); }
div.DivClassName
{
background-color: #FE46CE;
}
.BgClassName
{
background-color: #FE46CE;
}
</style>
border-color css
<style>
span { border-color: #FE46CE; }
span { border-color: rgb(254,70,206); }
td.TdClassName
{
border-color: #FE46CE;
}
.TagClassName
{
border-color: #FE46CE;
}
</style>