Shades of Razzle Dazzle Rose #FE46BE
Tints of Razzle Dazzle Rose #FE46BE
RGB
CMYK
RGB Variations
Color information
#FE46BE (or 0xFE46BE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and BE. RGB value is (254,70,190). Sum of RGB (Red+Green+Blue) = 254+70+190=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 70 (27.73% from 255 or 13.62% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46BE is #01B941. Grayscale: #8A8A8A. Windows color (decimal): -112962 or 12470014. OLE color: 12470014.
HSL color Cylindrical-coordinate representation of color #FE46BE: hue angle of 320.87º 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 #FE46BE is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 190 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.00 |
| HSL | 320.87º | 0.99% | 0.64% | - |
| HSV(B) | 320.87º | 0.72% | 1% | - |
| XYZ | 52.36 | 29.17 | 51.59 | - |
| YUV | 138.7 | 156.96 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 190 | 0 | 0.72 | 0.25 | 0.00 | 320.87 | 0.99 | 0.64 |
| Hex | FE | 46 | BE | 0 | 48 | 19 | 0 | 141 | 63 | 40 |
| Octal | 376 | 106 | 276 | 0 | 110 | 31 | 0 | 501 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10111110 | 0 | 1001000 | 11001 | 0 | 101000001 | 1100011 | 1000000 |
Color Harmonies of #FE46BE
Complementary color
Monochromatic Colors of #FE46BE
Black with #FE46BE
Text Example
Text Example
White with #FE46BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46BE; }
p { color: rgb(254,70,190); }
H1.HeaderClassName
{
color: #FE46BE;
}
.AnyTagClassName
{
color: #FE46BE;
}
</style>
background-color css
<style>
a { background-color: #FE46BE; }
a { background-color: rgb(254,70,190); }
div.DivClassName
{
background-color: #FE46BE;
}
.BgClassName
{
background-color: #FE46BE;
}
</style>
border-color css
<style>
span { border-color: #FE46BE; }
span { border-color: rgb(254,70,190); }
td.TdClassName
{
border-color: #FE46BE;
}
.TagClassName
{
border-color: #FE46BE;
}
</style>