Shades of Razzle Dazzle Rose #FE36C2
Tints of Razzle Dazzle Rose #FE36C2
RGB
CMYK
RGB Variations
Color information
#FE36C2 (or 0xFE36C2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and C2. RGB value is (254,54,194). Sum of RGB (Red+Green+Blue) = 254+54+194=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 54 (21.48% from 255 or 10.76% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36C2 is #01C93D. Grayscale: #818181. Windows color (decimal): -117054 or 12728062. OLE color: 12728062.
HSL color Cylindrical-coordinate representation of color #FE36C2: hue angle of 318º 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 #FE36C2 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 194 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.00 |
| HSL | 318º | 0.99% | 0.6% | - |
| HSV(B) | 318º | 0.79% | 1% | - |
| XYZ | 51.93 | 27.6 | 53.63 | - |
| YUV | 129.76 | 164.26 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 194 | 0 | 0.79 | 0.24 | 0.00 | 318 | 0.99 | 0.6 |
| Hex | FE | 36 | C2 | 0 | 4F | 18 | 0 | 13E | 63 | 3C |
| Octal | 376 | 66 | 302 | 0 | 117 | 30 | 0 | 476 | 143 | 74 |
| Binary | 11111110 | 110110 | 11000010 | 0 | 1001111 | 11000 | 0 | 100111110 | 1100011 | 111100 |
Color Harmonies of #FE36C2
Complementary color
Monochromatic Colors of #FE36C2
Black with #FE36C2
Text Example
Text Example
White with #FE36C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36C2; }
p { color: rgb(254,54,194); }
H1.HeaderClassName
{
color: #FE36C2;
}
.AnyTagClassName
{
color: #FE36C2;
}
</style>
background-color css
<style>
a { background-color: #FE36C2; }
a { background-color: rgb(254,54,194); }
div.DivClassName
{
background-color: #FE36C2;
}
.BgClassName
{
background-color: #FE36C2;
}
</style>
border-color css
<style>
span { border-color: #FE36C2; }
span { border-color: rgb(254,54,194); }
td.TdClassName
{
border-color: #FE36C2;
}
.TagClassName
{
border-color: #FE36C2;
}
</style>