Shades of Razzle Dazzle Rose #FE48D8
Tints of Razzle Dazzle Rose #FE48D8
RGB
CMYK
RGB Variations
Color information
#FE48D8 (or 0xFE48D8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 48 and D8. RGB value is (254,72,216). Sum of RGB (Red+Green+Blue) = 254+72+216=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 72 (28.52% from 255 or 13.28% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48D8 is #01B727. Grayscale: #8E8E8E. Windows color (decimal): -112424 or 14174462. OLE color: 14174462.
HSL color Cylindrical-coordinate representation of color #FE48D8: hue angle of 312.53º 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 #FE48D8 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 216 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.00 |
| HSL | 312.53º | 0.99% | 0.64% | - |
| HSV(B) | 312.53º | 0.72% | 1% | - |
| XYZ | 55.59 | 30.66 | 67.95 | - |
| YUV | 142.83 | 169.3 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 216 | 0 | 0.72 | 0.15 | 0.00 | 312.53 | 0.99 | 0.64 |
| Hex | FE | 48 | D8 | 0 | 48 | F | 0 | 139 | 63 | 40 |
| Octal | 376 | 110 | 330 | 0 | 110 | 17 | 0 | 471 | 143 | 100 |
| Binary | 11111110 | 1001000 | 11011000 | 0 | 1001000 | 1111 | 0 | 100111001 | 1100011 | 1000000 |
Color Harmonies of #FE48D8
Complementary color
Monochromatic Colors of #FE48D8
Black with #FE48D8
Text Example
Text Example
White with #FE48D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48D8; }
p { color: rgb(254,72,216); }
H1.HeaderClassName
{
color: #FE48D8;
}
.AnyTagClassName
{
color: #FE48D8;
}
</style>
background-color css
<style>
a { background-color: #FE48D8; }
a { background-color: rgb(254,72,216); }
div.DivClassName
{
background-color: #FE48D8;
}
.BgClassName
{
background-color: #FE48D8;
}
</style>
border-color css
<style>
span { border-color: #FE48D8; }
span { border-color: rgb(254,72,216); }
td.TdClassName
{
border-color: #FE48D8;
}
.TagClassName
{
border-color: #FE48D8;
}
</style>