Shades of Razzle Dazzle Rose #FE40EF
Tints of Razzle Dazzle Rose #FE40EF
RGB
CMYK
RGB Variations
Color information
#FE40EF (or 0xFE40EF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and EF. RGB value is (254,64,239). Sum of RGB (Red+Green+Blue) = 254+64+239=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 64 (25.39% from 255 or 11.49% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE40EF is #01BF10. Grayscale: #8C8C8C. Windows color (decimal): -114449 or 15679742. OLE color: 15679742.
HSL color Cylindrical-coordinate representation of color #FE40EF: hue angle of 304.74º 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 #FE40EF is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 239 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.00 |
| HSL | 304.74º | 0.99% | 0.62% | - |
| HSV(B) | 304.74º | 0.75% | 1% | - |
| XYZ | 58.29 | 30.97 | 84.57 | - |
| YUV | 140.76 | 183.45 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 239 | 0 | 0.75 | 0.06 | 0.00 | 304.74 | 0.99 | 0.62 |
| Hex | FE | 40 | EF | 0 | 4B | 6 | 0 | 131 | 63 | 3E |
| Octal | 376 | 100 | 357 | 0 | 113 | 6 | 0 | 461 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11101111 | 0 | 1001011 | 110 | 0 | 100110001 | 1100011 | 111110 |
Color Harmonies of #FE40EF
Complementary color
Monochromatic Colors of #FE40EF
Black with #FE40EF
Text Example
Text Example
White with #FE40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40EF; }
p { color: rgb(254,64,239); }
H1.HeaderClassName
{
color: #FE40EF;
}
.AnyTagClassName
{
color: #FE40EF;
}
</style>
background-color css
<style>
a { background-color: #FE40EF; }
a { background-color: rgb(254,64,239); }
div.DivClassName
{
background-color: #FE40EF;
}
.BgClassName
{
background-color: #FE40EF;
}
</style>
border-color css
<style>
span { border-color: #FE40EF; }
span { border-color: rgb(254,64,239); }
td.TdClassName
{
border-color: #FE40EF;
}
.TagClassName
{
border-color: #FE40EF;
}
</style>