Shades of Razzle Dazzle Rose #FE2EF1
Tints of Razzle Dazzle Rose #FE2EF1
RGB
CMYK
RGB Variations
Color information
#FE2EF1 (or 0xFE2EF1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and F1. RGB value is (254,46,241). Sum of RGB (Red+Green+Blue) = 254+46+241=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 46 (18.36% from 255 or 8.50% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2EF1 is #01D10E. Grayscale: #818181. Windows color (decimal): -119055 or 15806206. OLE color: 15806206.
HSL color Cylindrical-coordinate representation of color #FE2EF1: hue angle of 303.75º 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 #FE2EF1 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 241 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.00 |
| HSL | 303.75º | 0.99% | 0.59% | - |
| HSV(B) | 303.75º | 0.82% | 1% | - |
| XYZ | 57.73 | 29.38 | 85.85 | - |
| YUV | 130.42 | 190.41 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 241 | 0 | 0.82 | 0.05 | 0.00 | 303.75 | 0.99 | 0.59 |
| Hex | FE | 2E | F1 | 0 | 52 | 5 | 0 | 130 | 63 | 3B |
| Octal | 376 | 56 | 361 | 0 | 122 | 5 | 0 | 460 | 143 | 73 |
| Binary | 11111110 | 101110 | 11110001 | 0 | 1010010 | 101 | 0 | 100110000 | 1100011 | 111011 |
Color Harmonies of #FE2EF1
Complementary color
Monochromatic Colors of #FE2EF1
Black with #FE2EF1
Text Example
Text Example
White with #FE2EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EF1; }
p { color: rgb(254,46,241); }
H1.HeaderClassName
{
color: #FE2EF1;
}
.AnyTagClassName
{
color: #FE2EF1;
}
</style>
background-color css
<style>
a { background-color: #FE2EF1; }
a { background-color: rgb(254,46,241); }
div.DivClassName
{
background-color: #FE2EF1;
}
.BgClassName
{
background-color: #FE2EF1;
}
</style>
border-color css
<style>
span { border-color: #FE2EF1; }
span { border-color: rgb(254,46,241); }
td.TdClassName
{
border-color: #FE2EF1;
}
.TagClassName
{
border-color: #FE2EF1;
}
</style>