Shades of Razzle Dazzle Rose #FE41E2
Tints of Razzle Dazzle Rose #FE41E2
RGB
CMYK
RGB Variations
Color information
#FE41E2 (or 0xFE41E2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 41 and E2. RGB value is (254,65,226). Sum of RGB (Red+Green+Blue) = 254+65+226=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 65 (25.78% from 255 or 11.93% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE41E2 is #01BE1D. Grayscale: #8B8B8B. Windows color (decimal): -114206 or 14828030. OLE color: 14828030.
HSL color Cylindrical-coordinate representation of color #FE41E2: hue angle of 308.89º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE41E2 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 226 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.00 |
| HSL | 308.89º | 0.99% | 0.63% | - |
| HSV(B) | 308.89º | 0.74% | 1% | - |
| XYZ | 56.49 | 30.34 | 74.83 | - |
| YUV | 139.87 | 176.62 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 226 | 0 | 0.74 | 0.11 | 0.00 | 308.89 | 0.99 | 0.63 |
| Hex | FE | 41 | E2 | 0 | 4A | B | 0 | 135 | 63 | 3F |
| Octal | 376 | 101 | 342 | 0 | 112 | 13 | 0 | 465 | 143 | 77 |
| Binary | 11111110 | 1000001 | 11100010 | 0 | 1001010 | 1011 | 0 | 100110101 | 1100011 | 111111 |
Color Harmonies of #FE41E2
Complementary color
Monochromatic Colors of #FE41E2
Black with #FE41E2
Text Example
Text Example
White with #FE41E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE41E2; }
p { color: rgb(254,65,226); }
H1.HeaderClassName
{
color: #FE41E2;
}
.AnyTagClassName
{
color: #FE41E2;
}
</style>
background-color css
<style>
a { background-color: #FE41E2; }
a { background-color: rgb(254,65,226); }
div.DivClassName
{
background-color: #FE41E2;
}
.BgClassName
{
background-color: #FE41E2;
}
</style>
border-color css
<style>
span { border-color: #FE41E2; }
span { border-color: rgb(254,65,226); }
td.TdClassName
{
border-color: #FE41E2;
}
.TagClassName
{
border-color: #FE41E2;
}
</style>