Shades of Razzle Dazzle Rose #FE40E5
Tints of Razzle Dazzle Rose #FE40E5
RGB
CMYK
RGB Variations
Color information
#FE40E5 (or 0xFE40E5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and E5. RGB value is (254,64,229). Sum of RGB (Red+Green+Blue) = 254+64+229=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 64 (25.39% from 255 or 11.70% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40E5 is #01BF1A. Grayscale: #8B8B8B. Windows color (decimal): -114459 or 15024382. OLE color: 15024382.
HSL color Cylindrical-coordinate representation of color #FE40E5: hue angle of 307.89º 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 #FE40E5 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 229 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.00 |
| HSL | 307.89º | 0.99% | 0.62% | - |
| HSV(B) | 307.89º | 0.75% | 1% | - |
| XYZ | 56.85 | 30.39 | 77 | - |
| YUV | 139.62 | 178.45 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 229 | 0 | 0.75 | 0.10 | 0.00 | 307.89 | 0.99 | 0.62 |
| Hex | FE | 40 | E5 | 0 | 4B | A | 0 | 134 | 63 | 3E |
| Octal | 376 | 100 | 345 | 0 | 113 | 12 | 0 | 464 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11100101 | 0 | 1001011 | 1010 | 0 | 100110100 | 1100011 | 111110 |
Color Harmonies of #FE40E5
Complementary color
Monochromatic Colors of #FE40E5
Black with #FE40E5
Text Example
Text Example
White with #FE40E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40E5; }
p { color: rgb(254,64,229); }
H1.HeaderClassName
{
color: #FE40E5;
}
.AnyTagClassName
{
color: #FE40E5;
}
</style>
background-color css
<style>
a { background-color: #FE40E5; }
a { background-color: rgb(254,64,229); }
div.DivClassName
{
background-color: #FE40E5;
}
.BgClassName
{
background-color: #FE40E5;
}
</style>
border-color css
<style>
span { border-color: #FE40E5; }
span { border-color: rgb(254,64,229); }
td.TdClassName
{
border-color: #FE40E5;
}
.TagClassName
{
border-color: #FE40E5;
}
</style>