Shades of Razzle Dazzle Rose #FE45D9
Tints of Razzle Dazzle Rose #FE45D9
RGB
CMYK
RGB Variations
Color information
#FE45D9 (or 0xFE45D9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 45 and D9. RGB value is (254,69,217). Sum of RGB (Red+Green+Blue) = 254+69+217=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 69 (27.34% from 255 or 12.78% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE45D9 is #01BA26. Grayscale: #8C8C8C. Windows color (decimal): -113191 or 14239230. OLE color: 14239230.
HSL color Cylindrical-coordinate representation of color #FE45D9: hue angle of 312º 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 #FE45D9 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 217 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.00 |
| HSL | 312º | 0.99% | 0.63% | - |
| HSV(B) | 312º | 0.73% | 1% | - |
| XYZ | 55.53 | 30.34 | 68.57 | - |
| YUV | 141.19 | 170.79 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 217 | 0 | 0.73 | 0.15 | 0.00 | 312 | 0.99 | 0.63 |
| Hex | FE | 45 | D9 | 0 | 49 | F | 0 | 138 | 63 | 3F |
| Octal | 376 | 105 | 331 | 0 | 111 | 17 | 0 | 470 | 143 | 77 |
| Binary | 11111110 | 1000101 | 11011001 | 0 | 1001001 | 1111 | 0 | 100111000 | 1100011 | 111111 |
Color Harmonies of #FE45D9
Complementary color
Monochromatic Colors of #FE45D9
Black with #FE45D9
Text Example
Text Example
White with #FE45D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE45D9; }
p { color: rgb(254,69,217); }
H1.HeaderClassName
{
color: #FE45D9;
}
.AnyTagClassName
{
color: #FE45D9;
}
</style>
background-color css
<style>
a { background-color: #FE45D9; }
a { background-color: rgb(254,69,217); }
div.DivClassName
{
background-color: #FE45D9;
}
.BgClassName
{
background-color: #FE45D9;
}
</style>
border-color css
<style>
span { border-color: #FE45D9; }
span { border-color: rgb(254,69,217); }
td.TdClassName
{
border-color: #FE45D9;
}
.TagClassName
{
border-color: #FE45D9;
}
</style>