Shades of Razzle Dazzle Rose #FE40E0
Tints of Razzle Dazzle Rose #FE40E0
RGB
CMYK
RGB Variations
Color information
#FE40E0 (or 0xFE40E0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and E0. RGB value is (254,64,224). Sum of RGB (Red+Green+Blue) = 254+64+224=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 64 (25.39% from 255 or 11.81% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40E0 is #01BF1F. Grayscale: #8A8A8A. Windows color (decimal): -114464 or 14696702. OLE color: 14696702.
HSL color Cylindrical-coordinate representation of color #FE40E0: hue angle of 309.47º 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 #FE40E0 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 224 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.00 |
| HSL | 309.47º | 0.99% | 0.62% | - |
| HSV(B) | 309.47º | 0.75% | 1% | - |
| XYZ | 56.16 | 30.12 | 73.37 | - |
| YUV | 139.05 | 175.95 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 224 | 0 | 0.75 | 0.12 | 0.00 | 309.47 | 0.99 | 0.62 |
| Hex | FE | 40 | E0 | 0 | 4B | C | 0 | 135 | 63 | 3E |
| Octal | 376 | 100 | 340 | 0 | 113 | 14 | 0 | 465 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11100000 | 0 | 1001011 | 1100 | 0 | 100110101 | 1100011 | 111110 |
Color Harmonies of #FE40E0
Complementary color
Monochromatic Colors of #FE40E0
Black with #FE40E0
Text Example
Text Example
White with #FE40E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40E0; }
p { color: rgb(254,64,224); }
H1.HeaderClassName
{
color: #FE40E0;
}
.AnyTagClassName
{
color: #FE40E0;
}
</style>
background-color css
<style>
a { background-color: #FE40E0; }
a { background-color: rgb(254,64,224); }
div.DivClassName
{
background-color: #FE40E0;
}
.BgClassName
{
background-color: #FE40E0;
}
</style>
border-color css
<style>
span { border-color: #FE40E0; }
span { border-color: rgb(254,64,224); }
td.TdClassName
{
border-color: #FE40E0;
}
.TagClassName
{
border-color: #FE40E0;
}
</style>