Shades of Razzle Dazzle Rose #FE48DC
Tints of Razzle Dazzle Rose #FE48DC
RGB
CMYK
RGB Variations
Color information
#FE48DC (or 0xFE48DC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and DC. RGB value is (254,72,220). Sum of RGB (Red+Green+Blue) = 254+72+220=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 72 (28.52% from 255 or 13.19% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48DC is #01B723. Grayscale: #8E8E8E. Windows color (decimal): -112420 or 14436606. OLE color: 14436606.
HSL color Cylindrical-coordinate representation of color #FE48DC: hue angle of 311.21º 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 #FE48DC is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 220 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.00 |
| HSL | 311.21º | 0.99% | 0.64% | - |
| HSV(B) | 311.21º | 0.72% | 1% | - |
| XYZ | 56.11 | 30.87 | 70.71 | - |
| YUV | 143.29 | 171.3 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 220 | 0 | 0.72 | 0.13 | 0.00 | 311.21 | 0.99 | 0.64 |
| Hex | FE | 48 | DC | 0 | 48 | D | 0 | 137 | 63 | 40 |
| Octal | 376 | 110 | 334 | 0 | 110 | 15 | 0 | 467 | 143 | 100 |
| Binary | 11111110 | 1001000 | 11011100 | 0 | 1001000 | 1101 | 0 | 100110111 | 1100011 | 1000000 |
Color Harmonies of #FE48DC
Complementary color
Monochromatic Colors of #FE48DC
Black with #FE48DC
Text Example
Text Example
White with #FE48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48DC; }
p { color: rgb(254,72,220); }
H1.HeaderClassName
{
color: #FE48DC;
}
.AnyTagClassName
{
color: #FE48DC;
}
</style>
background-color css
<style>
a { background-color: #FE48DC; }
a { background-color: rgb(254,72,220); }
div.DivClassName
{
background-color: #FE48DC;
}
.BgClassName
{
background-color: #FE48DC;
}
</style>
border-color css
<style>
span { border-color: #FE48DC; }
span { border-color: rgb(254,72,220); }
td.TdClassName
{
border-color: #FE48DC;
}
.TagClassName
{
border-color: #FE48DC;
}
</style>