Shades of Razzle Dazzle Rose #FE4AD8
Tints of Razzle Dazzle Rose #FE4AD8
RGB
CMYK
RGB Variations
Color information
#FE4AD8 (or 0xFE4AD8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4A and D8. RGB value is (254,74,216). Sum of RGB (Red+Green+Blue) = 254+74+216=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 74 (29.30% from 255 or 13.60% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4AD8 is #01B527. Grayscale: #8F8F8F. Windows color (decimal): -111912 or 14174974. OLE color: 14174974.
HSL color Cylindrical-coordinate representation of color #FE4AD8: hue angle of 312.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4AD8 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 216 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.00 |
| HSL | 312.67º | 0.99% | 0.64% | - |
| HSV(B) | 312.67º | 0.71% | 1% | - |
| XYZ | 55.72 | 30.93 | 68 | - |
| YUV | 144.01 | 168.63 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 216 | 0 | 0.71 | 0.15 | 0.00 | 312.67 | 0.99 | 0.64 |
| Hex | FE | 4A | D8 | 0 | 47 | F | 0 | 139 | 63 | 40 |
| Octal | 376 | 112 | 330 | 0 | 107 | 17 | 0 | 471 | 143 | 100 |
| Binary | 11111110 | 1001010 | 11011000 | 0 | 1000111 | 1111 | 0 | 100111001 | 1100011 | 1000000 |
Color Harmonies of #FE4AD8
Complementary color
Monochromatic Colors of #FE4AD8
Black with #FE4AD8
Text Example
Text Example
White with #FE4AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4AD8; }
p { color: rgb(254,74,216); }
H1.HeaderClassName
{
color: #FE4AD8;
}
.AnyTagClassName
{
color: #FE4AD8;
}
</style>
background-color css
<style>
a { background-color: #FE4AD8; }
a { background-color: rgb(254,74,216); }
div.DivClassName
{
background-color: #FE4AD8;
}
.BgClassName
{
background-color: #FE4AD8;
}
</style>
border-color css
<style>
span { border-color: #FE4AD8; }
span { border-color: rgb(254,74,216); }
td.TdClassName
{
border-color: #FE4AD8;
}
.TagClassName
{
border-color: #FE4AD8;
}
</style>