Shades of Razzle Dazzle Rose #FE36D9
Tints of Razzle Dazzle Rose #FE36D9
RGB
CMYK
RGB Variations
Color information
#FE36D9 (or 0xFE36D9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and D9. RGB value is (254,54,217). Sum of RGB (Red+Green+Blue) = 254+54+217=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 54 (21.48% from 255 or 10.29% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36D9 is #01C926. Grayscale: #838383. Windows color (decimal): -117031 or 14235390. OLE color: 14235390.
HSL color Cylindrical-coordinate representation of color #FE36D9: hue angle of 311.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE36D9 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 217 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.00 |
| HSL | 311.1º | 0.99% | 0.6% | - |
| HSV(B) | 311.1º | 0.79% | 1% | - |
| XYZ | 54.72 | 28.72 | 68.31 | - |
| YUV | 132.38 | 175.76 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 217 | 0 | 0.79 | 0.15 | 0.00 | 311.1 | 0.99 | 0.6 |
| Hex | FE | 36 | D9 | 0 | 4F | F | 0 | 137 | 63 | 3C |
| Octal | 376 | 66 | 331 | 0 | 117 | 17 | 0 | 467 | 143 | 74 |
| Binary | 11111110 | 110110 | 11011001 | 0 | 1001111 | 1111 | 0 | 100110111 | 1100011 | 111100 |
Color Harmonies of #FE36D9
Complementary color
Monochromatic Colors of #FE36D9
Black with #FE36D9
Text Example
Text Example
White with #FE36D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36D9; }
p { color: rgb(254,54,217); }
H1.HeaderClassName
{
color: #FE36D9;
}
.AnyTagClassName
{
color: #FE36D9;
}
</style>
background-color css
<style>
a { background-color: #FE36D9; }
a { background-color: rgb(254,54,217); }
div.DivClassName
{
background-color: #FE36D9;
}
.BgClassName
{
background-color: #FE36D9;
}
</style>
border-color css
<style>
span { border-color: #FE36D9; }
span { border-color: rgb(254,54,217); }
td.TdClassName
{
border-color: #FE36D9;
}
.TagClassName
{
border-color: #FE36D9;
}
</style>