Shades of Razzle Dazzle Rose #FE46C0
Tints of Razzle Dazzle Rose #FE46C0
RGB
CMYK
RGB Variations
Color information
#FE46C0 (or 0xFE46C0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and C0. RGB value is (254,70,192). Sum of RGB (Red+Green+Blue) = 254+70+192=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46C0 is #01B93F. Grayscale: #8A8A8A. Windows color (decimal): -112960 or 12601086. OLE color: 12601086.
HSL color Cylindrical-coordinate representation of color #FE46C0: hue angle of 320.22º 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 #FE46C0 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 192 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.00 |
| HSL | 320.22º | 0.99% | 0.64% | - |
| HSV(B) | 320.22º | 0.72% | 1% | - |
| XYZ | 52.58 | 29.26 | 52.75 | - |
| YUV | 138.92 | 157.96 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 192 | 0 | 0.72 | 0.24 | 0.00 | 320.22 | 0.99 | 0.64 |
| Hex | FE | 46 | C0 | 0 | 48 | 18 | 0 | 140 | 63 | 40 |
| Octal | 376 | 106 | 300 | 0 | 110 | 30 | 0 | 500 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11000000 | 0 | 1001000 | 11000 | 0 | 101000000 | 1100011 | 1000000 |
Color Harmonies of #FE46C0
Complementary color
Monochromatic Colors of #FE46C0
Black with #FE46C0
Text Example
Text Example
White with #FE46C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46C0; }
p { color: rgb(254,70,192); }
H1.HeaderClassName
{
color: #FE46C0;
}
.AnyTagClassName
{
color: #FE46C0;
}
</style>
background-color css
<style>
a { background-color: #FE46C0; }
a { background-color: rgb(254,70,192); }
div.DivClassName
{
background-color: #FE46C0;
}
.BgClassName
{
background-color: #FE46C0;
}
</style>
border-color css
<style>
span { border-color: #FE46C0; }
span { border-color: rgb(254,70,192); }
td.TdClassName
{
border-color: #FE46C0;
}
.TagClassName
{
border-color: #FE46C0;
}
</style>