Shades of Razzle Dazzle Rose #FE2EF0
Tints of Razzle Dazzle Rose #FE2EF0
RGB
CMYK
RGB Variations
Color information
#FE2EF0 (or 0xFE2EF0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and F0. RGB value is (254,46,240). Sum of RGB (Red+Green+Blue) = 254+46+240=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 46 (18.36% from 255 or 8.52% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2EF0 is #01D10F. Grayscale: #818181. Windows color (decimal): -119056 or 15740670. OLE color: 15740670.
HSL color Cylindrical-coordinate representation of color #FE2EF0: hue angle of 304.04º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2EF0 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 240 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.00 |
| HSL | 304.04º | 0.99% | 0.59% | - |
| HSV(B) | 304.04º | 0.82% | 1% | - |
| XYZ | 57.58 | 29.32 | 85.06 | - |
| YUV | 130.31 | 189.91 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 240 | 0 | 0.82 | 0.06 | 0.00 | 304.04 | 0.99 | 0.59 |
| Hex | FE | 2E | F0 | 0 | 52 | 6 | 0 | 130 | 63 | 3B |
| Octal | 376 | 56 | 360 | 0 | 122 | 6 | 0 | 460 | 143 | 73 |
| Binary | 11111110 | 101110 | 11110000 | 0 | 1010010 | 110 | 0 | 100110000 | 1100011 | 111011 |
Color Harmonies of #FE2EF0
Complementary color
Monochromatic Colors of #FE2EF0
Black with #FE2EF0
Text Example
Text Example
White with #FE2EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EF0; }
p { color: rgb(254,46,240); }
H1.HeaderClassName
{
color: #FE2EF0;
}
.AnyTagClassName
{
color: #FE2EF0;
}
</style>
background-color css
<style>
a { background-color: #FE2EF0; }
a { background-color: rgb(254,46,240); }
div.DivClassName
{
background-color: #FE2EF0;
}
.BgClassName
{
background-color: #FE2EF0;
}
</style>
border-color css
<style>
span { border-color: #FE2EF0; }
span { border-color: rgb(254,46,240); }
td.TdClassName
{
border-color: #FE2EF0;
}
.TagClassName
{
border-color: #FE2EF0;
}
</style>