Shades of Razzle Dazzle Rose #FE36C0
Tints of Razzle Dazzle Rose #FE36C0
RGB
CMYK
RGB Variations
Color information
#FE36C0 (or 0xFE36C0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and C0. RGB value is (254,54,192). Sum of RGB (Red+Green+Blue) = 254+54+192=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36C0 is #01C93F. Grayscale: #818181. Windows color (decimal): -117056 or 12596990. OLE color: 12596990.
HSL color Cylindrical-coordinate representation of color #FE36C0: hue angle of 318.6º 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 #FE36C0 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 192 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.00 |
| HSL | 318.6º | 0.99% | 0.6% | - |
| HSV(B) | 318.6º | 0.79% | 1% | - |
| XYZ | 51.71 | 27.51 | 52.45 | - |
| YUV | 129.53 | 163.26 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 192 | 0 | 0.79 | 0.24 | 0.00 | 318.6 | 0.99 | 0.6 |
| Hex | FE | 36 | C0 | 0 | 4F | 18 | 0 | 13F | 63 | 3C |
| Octal | 376 | 66 | 300 | 0 | 117 | 30 | 0 | 477 | 143 | 74 |
| Binary | 11111110 | 110110 | 11000000 | 0 | 1001111 | 11000 | 0 | 100111111 | 1100011 | 111100 |
Color Harmonies of #FE36C0
Complementary color
Monochromatic Colors of #FE36C0
Black with #FE36C0
Text Example
Text Example
White with #FE36C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36C0; }
p { color: rgb(254,54,192); }
H1.HeaderClassName
{
color: #FE36C0;
}
.AnyTagClassName
{
color: #FE36C0;
}
</style>
background-color css
<style>
a { background-color: #FE36C0; }
a { background-color: rgb(254,54,192); }
div.DivClassName
{
background-color: #FE36C0;
}
.BgClassName
{
background-color: #FE36C0;
}
</style>
border-color css
<style>
span { border-color: #FE36C0; }
span { border-color: rgb(254,54,192); }
td.TdClassName
{
border-color: #FE36C0;
}
.TagClassName
{
border-color: #FE36C0;
}
</style>