Shades of Razzle Dazzle Rose #FE40E9
Tints of Razzle Dazzle Rose #FE40E9
RGB
CMYK
RGB Variations
Color information
#FE40E9 (or 0xFE40E9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and E9. RGB value is (254,64,233). Sum of RGB (Red+Green+Blue) = 254+64+233=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 64 (25.39% from 255 or 11.62% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE40E9 is #01BF16. Grayscale: #8B8B8B. Windows color (decimal): -114455 or 15286526. OLE color: 15286526.
HSL color Cylindrical-coordinate representation of color #FE40E9: hue angle of 306.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE40E9 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 233 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.00 |
| HSL | 306.63º | 0.99% | 0.62% | - |
| HSV(B) | 306.63º | 0.75% | 1% | - |
| XYZ | 57.41 | 30.62 | 79.98 | - |
| YUV | 140.08 | 180.45 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 233 | 0 | 0.75 | 0.08 | 0.00 | 306.63 | 0.99 | 0.62 |
| Hex | FE | 40 | E9 | 0 | 4B | 8 | 0 | 133 | 63 | 3E |
| Octal | 376 | 100 | 351 | 0 | 113 | 10 | 0 | 463 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11101001 | 0 | 1001011 | 1000 | 0 | 100110011 | 1100011 | 111110 |
Color Harmonies of #FE40E9
Complementary color
Monochromatic Colors of #FE40E9
Black with #FE40E9
Text Example
Text Example
White with #FE40E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40E9; }
p { color: rgb(254,64,233); }
H1.HeaderClassName
{
color: #FE40E9;
}
.AnyTagClassName
{
color: #FE40E9;
}
</style>
background-color css
<style>
a { background-color: #FE40E9; }
a { background-color: rgb(254,64,233); }
div.DivClassName
{
background-color: #FE40E9;
}
.BgClassName
{
background-color: #FE40E9;
}
</style>
border-color css
<style>
span { border-color: #FE40E9; }
span { border-color: rgb(254,64,233); }
td.TdClassName
{
border-color: #FE40E9;
}
.TagClassName
{
border-color: #FE40E9;
}
</style>