Shades of Razzle Dazzle Rose #FE36D5
Tints of Razzle Dazzle Rose #FE36D5
RGB
CMYK
RGB Variations
Color information
#FE36D5 (or 0xFE36D5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and D5. RGB value is (254,54,213). Sum of RGB (Red+Green+Blue) = 254+54+213=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 54 (21.48% from 255 or 10.36% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36D5 is #01C92A. Grayscale: #838383. Windows color (decimal): -117035 or 13973246. OLE color: 13973246.
HSL color Cylindrical-coordinate representation of color #FE36D5: hue angle of 312.3º 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 #FE36D5 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 213 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.00 |
| HSL | 312.3º | 0.99% | 0.6% | - |
| HSV(B) | 312.3º | 0.79% | 1% | - |
| XYZ | 54.2 | 28.51 | 65.6 | - |
| YUV | 131.93 | 173.76 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 213 | 0 | 0.79 | 0.16 | 0.00 | 312.3 | 0.99 | 0.6 |
| Hex | FE | 36 | D5 | 0 | 4F | 10 | 0 | 138 | 63 | 3C |
| Octal | 376 | 66 | 325 | 0 | 117 | 20 | 0 | 470 | 143 | 74 |
| Binary | 11111110 | 110110 | 11010101 | 0 | 1001111 | 10000 | 0 | 100111000 | 1100011 | 111100 |
Color Harmonies of #FE36D5
Complementary color
Monochromatic Colors of #FE36D5
Black with #FE36D5
Text Example
Text Example
White with #FE36D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36D5; }
p { color: rgb(254,54,213); }
H1.HeaderClassName
{
color: #FE36D5;
}
.AnyTagClassName
{
color: #FE36D5;
}
</style>
background-color css
<style>
a { background-color: #FE36D5; }
a { background-color: rgb(254,54,213); }
div.DivClassName
{
background-color: #FE36D5;
}
.BgClassName
{
background-color: #FE36D5;
}
</style>
border-color css
<style>
span { border-color: #FE36D5; }
span { border-color: rgb(254,54,213); }
td.TdClassName
{
border-color: #FE36D5;
}
.TagClassName
{
border-color: #FE36D5;
}
</style>