Shades of Razzle Dazzle Rose #FE36D0
Tints of Razzle Dazzle Rose #FE36D0
RGB
CMYK
RGB Variations
Color information
#FE36D0 (or 0xFE36D0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and D0. RGB value is (254,54,208). Sum of RGB (Red+Green+Blue) = 254+54+208=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 54 (21.48% from 255 or 10.47% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36D0 is #01C92F. Grayscale: #828282. Windows color (decimal): -117040 or 13645566. OLE color: 13645566.
HSL color Cylindrical-coordinate representation of color #FE36D0: hue angle of 313.8º 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 #FE36D0 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 208 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.00 |
| HSL | 313.8º | 0.99% | 0.6% | - |
| HSV(B) | 313.8º | 0.79% | 1% | - |
| XYZ | 53.58 | 28.26 | 62.31 | - |
| YUV | 131.36 | 171.26 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 208 | 0 | 0.79 | 0.18 | 0.00 | 313.8 | 0.99 | 0.6 |
| Hex | FE | 36 | D0 | 0 | 4F | 12 | 0 | 13A | 63 | 3C |
| Octal | 376 | 66 | 320 | 0 | 117 | 22 | 0 | 472 | 143 | 74 |
| Binary | 11111110 | 110110 | 11010000 | 0 | 1001111 | 10010 | 0 | 100111010 | 1100011 | 111100 |
Color Harmonies of #FE36D0
Complementary color
Monochromatic Colors of #FE36D0
Black with #FE36D0
Text Example
Text Example
White with #FE36D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36D0; }
p { color: rgb(254,54,208); }
H1.HeaderClassName
{
color: #FE36D0;
}
.AnyTagClassName
{
color: #FE36D0;
}
</style>
background-color css
<style>
a { background-color: #FE36D0; }
a { background-color: rgb(254,54,208); }
div.DivClassName
{
background-color: #FE36D0;
}
.BgClassName
{
background-color: #FE36D0;
}
</style>
border-color css
<style>
span { border-color: #FE36D0; }
span { border-color: rgb(254,54,208); }
td.TdClassName
{
border-color: #FE36D0;
}
.TagClassName
{
border-color: #FE36D0;
}
</style>