Shades of Razzle Dazzle Rose #FE48E2
Tints of Razzle Dazzle Rose #FE48E2
RGB
CMYK
RGB Variations
Color information
#FE48E2 (or 0xFE48E2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and E2. RGB value is (254,72,226). Sum of RGB (Red+Green+Blue) = 254+72+226=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 72 (28.52% from 255 or 13.04% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48E2 is #01B71D. Grayscale: #8F8F8F. Windows color (decimal): -112414 or 14829822. OLE color: 14829822.
HSL color Cylindrical-coordinate representation of color #FE48E2: hue angle of 309.23º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE48E2 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 226 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.00 |
| HSL | 309.23º | 0.99% | 0.64% | - |
| HSV(B) | 309.23º | 0.72% | 1% | - |
| XYZ | 56.92 | 31.2 | 74.97 | - |
| YUV | 143.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 226 | 0 | 0.72 | 0.11 | 0.00 | 309.23 | 0.99 | 0.64 |
| Hex | FE | 48 | E2 | 0 | 48 | B | 0 | 135 | 63 | 40 |
| Octal | 376 | 110 | 342 | 0 | 110 | 13 | 0 | 465 | 143 | 100 |
| Binary | 11111110 | 1001000 | 11100010 | 0 | 1001000 | 1011 | 0 | 100110101 | 1100011 | 1000000 |
Color Harmonies of #FE48E2
Complementary color
Monochromatic Colors of #FE48E2
Black with #FE48E2
Text Example
Text Example
White with #FE48E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48E2; }
p { color: rgb(254,72,226); }
H1.HeaderClassName
{
color: #FE48E2;
}
.AnyTagClassName
{
color: #FE48E2;
}
</style>
background-color css
<style>
a { background-color: #FE48E2; }
a { background-color: rgb(254,72,226); }
div.DivClassName
{
background-color: #FE48E2;
}
.BgClassName
{
background-color: #FE48E2;
}
</style>
border-color css
<style>
span { border-color: #FE48E2; }
span { border-color: rgb(254,72,226); }
td.TdClassName
{
border-color: #FE48E2;
}
.TagClassName
{
border-color: #FE48E2;
}
</style>