Shades of Razzle Dazzle Rose #FE42E2
Tints of Razzle Dazzle Rose #FE42E2
RGB
CMYK
RGB Variations
Color information
#FE42E2 (or 0xFE42E2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 42 and E2. RGB value is (254,66,226). Sum of RGB (Red+Green+Blue) = 254+66+226=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 66 (26.17% from 255 or 12.09% from 546); Blue value is 226 (88.67% from 255 or 41.39% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE42E2 is #01BD1D. Grayscale: #8C8C8C. Windows color (decimal): -113950 or 14828286. OLE color: 14828286.
HSL color Cylindrical-coordinate representation of color #FE42E2: hue angle of 308.94º 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 #FE42E2 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 226 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.00 |
| HSL | 308.94º | 0.99% | 0.63% | - |
| HSV(B) | 308.94º | 0.74% | 1% | - |
| XYZ | 56.55 | 30.46 | 74.85 | - |
| YUV | 140.45 | 176.28 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 226 | 0 | 0.74 | 0.11 | 0.00 | 308.94 | 0.99 | 0.63 |
| Hex | FE | 42 | E2 | 0 | 4A | B | 0 | 135 | 63 | 3F |
| Octal | 376 | 102 | 342 | 0 | 112 | 13 | 0 | 465 | 143 | 77 |
| Binary | 11111110 | 1000010 | 11100010 | 0 | 1001010 | 1011 | 0 | 100110101 | 1100011 | 111111 |
Color Harmonies of #FE42E2
Complementary color
Monochromatic Colors of #FE42E2
Black with #FE42E2
Text Example
Text Example
White with #FE42E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE42E2; }
p { color: rgb(254,66,226); }
H1.HeaderClassName
{
color: #FE42E2;
}
.AnyTagClassName
{
color: #FE42E2;
}
</style>
background-color css
<style>
a { background-color: #FE42E2; }
a { background-color: rgb(254,66,226); }
div.DivClassName
{
background-color: #FE42E2;
}
.BgClassName
{
background-color: #FE42E2;
}
</style>
border-color css
<style>
span { border-color: #FE42E2; }
span { border-color: rgb(254,66,226); }
td.TdClassName
{
border-color: #FE42E2;
}
.TagClassName
{
border-color: #FE42E2;
}
</style>