Shades of Razzle Dazzle Rose #FE46B9
Tints of Razzle Dazzle Rose #FE46B9
RGB
CMYK
RGB Variations
Color information
#FE46B9 (or 0xFE46B9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and B9. RGB value is (254,70,185). Sum of RGB (Red+Green+Blue) = 254+70+185=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 70 (27.73% from 255 or 13.75% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE46B9 is #01B946. Grayscale: #898989. Windows color (decimal): -112967 or 12142334. OLE color: 12142334.
HSL color Cylindrical-coordinate representation of color #FE46B9: hue angle of 322.5º 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 #FE46B9 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 185 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.00 |
| HSL | 322.5º | 0.99% | 0.64% | - |
| HSV(B) | 322.5º | 0.72% | 1% | - |
| XYZ | 51.82 | 28.95 | 48.76 | - |
| YUV | 138.13 | 154.46 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 185 | 0 | 0.72 | 0.27 | 0.00 | 322.5 | 0.99 | 0.64 |
| Hex | FE | 46 | B9 | 0 | 48 | 1B | 0 | 142 | 63 | 40 |
| Octal | 376 | 106 | 271 | 0 | 110 | 33 | 0 | 502 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10111001 | 0 | 1001000 | 11011 | 0 | 101000010 | 1100011 | 1000000 |
Color Harmonies of #FE46B9
Complementary color
Monochromatic Colors of #FE46B9
Black with #FE46B9
Text Example
Text Example
White with #FE46B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46B9; }
p { color: rgb(254,70,185); }
H1.HeaderClassName
{
color: #FE46B9;
}
.AnyTagClassName
{
color: #FE46B9;
}
</style>
background-color css
<style>
a { background-color: #FE46B9; }
a { background-color: rgb(254,70,185); }
div.DivClassName
{
background-color: #FE46B9;
}
.BgClassName
{
background-color: #FE46B9;
}
</style>
border-color css
<style>
span { border-color: #FE46B9; }
span { border-color: rgb(254,70,185); }
td.TdClassName
{
border-color: #FE46B9;
}
.TagClassName
{
border-color: #FE46B9;
}
</style>