Shades of Razzle Dazzle Rose #FE46E7
Tints of Razzle Dazzle Rose #FE46E7
RGB
CMYK
RGB Variations
Color information
#FE46E7 (or 0xFE46E7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 46 and E7. RGB value is (254,70,231). Sum of RGB (Red+Green+Blue) = 254+70+231=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 70 (27.73% from 255 or 12.61% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE46E7 is #01B918. Grayscale: #8E8E8E. Windows color (decimal): -112921 or 15156990. OLE color: 15156990.
HSL color Cylindrical-coordinate representation of color #FE46E7: hue angle of 307.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 #FE46E7 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 231 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.00 |
| HSL | 307.5º | 0.99% | 0.64% | - |
| HSV(B) | 307.5º | 0.72% | 1% | - |
| XYZ | 57.49 | 31.22 | 78.6 | - |
| YUV | 143.37 | 177.46 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 231 | 0 | 0.72 | 0.09 | 0.00 | 307.5 | 0.99 | 0.64 |
| Hex | FE | 46 | E7 | 0 | 48 | 9 | 0 | 134 | 63 | 40 |
| Octal | 376 | 106 | 347 | 0 | 110 | 11 | 0 | 464 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11100111 | 0 | 1001000 | 1001 | 0 | 100110100 | 1100011 | 1000000 |
Color Harmonies of #FE46E7
Complementary color
Monochromatic Colors of #FE46E7
Black with #FE46E7
Text Example
Text Example
White with #FE46E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46E7; }
p { color: rgb(254,70,231); }
H1.HeaderClassName
{
color: #FE46E7;
}
.AnyTagClassName
{
color: #FE46E7;
}
</style>
background-color css
<style>
a { background-color: #FE46E7; }
a { background-color: rgb(254,70,231); }
div.DivClassName
{
background-color: #FE46E7;
}
.BgClassName
{
background-color: #FE46E7;
}
</style>
border-color css
<style>
span { border-color: #FE46E7; }
span { border-color: rgb(254,70,231); }
td.TdClassName
{
border-color: #FE46E7;
}
.TagClassName
{
border-color: #FE46E7;
}
</style>