Shades of Razzle Dazzle Rose #FE36D2
Tints of Razzle Dazzle Rose #FE36D2
RGB
CMYK
RGB Variations
Color information
#FE36D2 (or 0xFE36D2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and D2. RGB value is (254,54,210). Sum of RGB (Red+Green+Blue) = 254+54+210=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 54 (21.48% from 255 or 10.42% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36D2 is #01C92D. Grayscale: #838383. Windows color (decimal): -117038 or 13776638. OLE color: 13776638.
HSL color Cylindrical-coordinate representation of color #FE36D2: hue angle of 313.2º 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 #FE36D2 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 210 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.00 |
| HSL | 313.2º | 0.99% | 0.6% | - |
| HSV(B) | 313.2º | 0.79% | 1% | - |
| XYZ | 53.83 | 28.36 | 63.61 | - |
| YUV | 131.58 | 172.26 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 210 | 0 | 0.79 | 0.17 | 0.00 | 313.2 | 0.99 | 0.6 |
| Hex | FE | 36 | D2 | 0 | 4F | 11 | 0 | 139 | 63 | 3C |
| Octal | 376 | 66 | 322 | 0 | 117 | 21 | 0 | 471 | 143 | 74 |
| Binary | 11111110 | 110110 | 11010010 | 0 | 1001111 | 10001 | 0 | 100111001 | 1100011 | 111100 |
Color Harmonies of #FE36D2
Complementary color
Monochromatic Colors of #FE36D2
Black with #FE36D2
Text Example
Text Example
White with #FE36D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36D2; }
p { color: rgb(254,54,210); }
H1.HeaderClassName
{
color: #FE36D2;
}
.AnyTagClassName
{
color: #FE36D2;
}
</style>
background-color css
<style>
a { background-color: #FE36D2; }
a { background-color: rgb(254,54,210); }
div.DivClassName
{
background-color: #FE36D2;
}
.BgClassName
{
background-color: #FE36D2;
}
</style>
border-color css
<style>
span { border-color: #FE36D2; }
span { border-color: rgb(254,54,210); }
td.TdClassName
{
border-color: #FE36D2;
}
.TagClassName
{
border-color: #FE36D2;
}
</style>