Shades of Razzle Dazzle Rose #FE44D8
Tints of Razzle Dazzle Rose #FE44D8
RGB
CMYK
RGB Variations
Color information
#FE44D8 (or 0xFE44D8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 44 and D8. RGB value is (254,68,216). Sum of RGB (Red+Green+Blue) = 254+68+216=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 68 (26.95% from 255 or 12.64% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44D8 is #01BB27. Grayscale: #8C8C8C. Windows color (decimal): -113448 or 14173438. OLE color: 14173438.
HSL color Cylindrical-coordinate representation of color #FE44D8: hue angle of 312.26º 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 #FE44D8 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 216 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.00 |
| HSL | 312.26º | 0.99% | 0.63% | - |
| HSV(B) | 312.26º | 0.73% | 1% | - |
| XYZ | 55.33 | 30.16 | 67.87 | - |
| YUV | 140.49 | 170.62 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 216 | 0 | 0.73 | 0.15 | 0.00 | 312.26 | 0.99 | 0.63 |
| Hex | FE | 44 | D8 | 0 | 49 | F | 0 | 138 | 63 | 3F |
| Octal | 376 | 104 | 330 | 0 | 111 | 17 | 0 | 470 | 143 | 77 |
| Binary | 11111110 | 1000100 | 11011000 | 0 | 1001001 | 1111 | 0 | 100111000 | 1100011 | 111111 |
Color Harmonies of #FE44D8
Complementary color
Monochromatic Colors of #FE44D8
Black with #FE44D8
Text Example
Text Example
White with #FE44D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44D8; }
p { color: rgb(254,68,216); }
H1.HeaderClassName
{
color: #FE44D8;
}
.AnyTagClassName
{
color: #FE44D8;
}
</style>
background-color css
<style>
a { background-color: #FE44D8; }
a { background-color: rgb(254,68,216); }
div.DivClassName
{
background-color: #FE44D8;
}
.BgClassName
{
background-color: #FE44D8;
}
</style>
border-color css
<style>
span { border-color: #FE44D8; }
span { border-color: rgb(254,68,216); }
td.TdClassName
{
border-color: #FE44D8;
}
.TagClassName
{
border-color: #FE44D8;
}
</style>