Shades of Razzle Dazzle Rose #FE44DA
Tints of Razzle Dazzle Rose #FE44DA
RGB
CMYK
RGB Variations
Color information
#FE44DA (or 0xFE44DA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 44 and DA. RGB value is (254,68,218). Sum of RGB (Red+Green+Blue) = 254+68+218=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 68 (26.95% from 255 or 12.59% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44DA is #01BB25. Grayscale: #8C8C8C. Windows color (decimal): -113446 or 14304510. OLE color: 14304510.
HSL color Cylindrical-coordinate representation of color #FE44DA: hue angle of 311.61º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE44DA is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 218 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.00 |
| HSL | 311.61º | 0.99% | 0.63% | - |
| HSV(B) | 311.61º | 0.73% | 1% | - |
| XYZ | 55.6 | 30.27 | 69.24 | - |
| YUV | 140.71 | 171.62 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 218 | 0 | 0.73 | 0.14 | 0.00 | 311.61 | 0.99 | 0.63 |
| Hex | FE | 44 | DA | 0 | 49 | E | 0 | 138 | 63 | 3F |
| Octal | 376 | 104 | 332 | 0 | 111 | 16 | 0 | 470 | 143 | 77 |
| Binary | 11111110 | 1000100 | 11011010 | 0 | 1001001 | 1110 | 0 | 100111000 | 1100011 | 111111 |
Color Harmonies of #FE44DA
Complementary color
Monochromatic Colors of #FE44DA
Black with #FE44DA
Text Example
Text Example
White with #FE44DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44DA; }
p { color: rgb(254,68,218); }
H1.HeaderClassName
{
color: #FE44DA;
}
.AnyTagClassName
{
color: #FE44DA;
}
</style>
background-color css
<style>
a { background-color: #FE44DA; }
a { background-color: rgb(254,68,218); }
div.DivClassName
{
background-color: #FE44DA;
}
.BgClassName
{
background-color: #FE44DA;
}
</style>
border-color css
<style>
span { border-color: #FE44DA; }
span { border-color: rgb(254,68,218); }
td.TdClassName
{
border-color: #FE44DA;
}
.TagClassName
{
border-color: #FE44DA;
}
</style>