Shades of Razzle Dazzle Rose #FE36C4
Tints of Razzle Dazzle Rose #FE36C4
RGB
CMYK
RGB Variations
Color information
#FE36C4 (or 0xFE36C4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and C4. RGB value is (254,54,196). Sum of RGB (Red+Green+Blue) = 254+54+196=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 54 (21.48% from 255 or 10.71% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36C4 is #01C93B. Grayscale: #818181. Windows color (decimal): -117052 or 12859134. OLE color: 12859134.
HSL color Cylindrical-coordinate representation of color #FE36C4: hue angle of 317.4º 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 #FE36C4 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 196 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.00 |
| HSL | 317.4º | 0.99% | 0.6% | - |
| HSV(B) | 317.4º | 0.79% | 1% | - |
| XYZ | 52.16 | 27.69 | 54.82 | - |
| YUV | 129.99 | 165.26 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 196 | 0 | 0.79 | 0.23 | 0.00 | 317.4 | 0.99 | 0.6 |
| Hex | FE | 36 | C4 | 0 | 4F | 17 | 0 | 13D | 63 | 3C |
| Octal | 376 | 66 | 304 | 0 | 117 | 27 | 0 | 475 | 143 | 74 |
| Binary | 11111110 | 110110 | 11000100 | 0 | 1001111 | 10111 | 0 | 100111101 | 1100011 | 111100 |
Color Harmonies of #FE36C4
Complementary color
Monochromatic Colors of #FE36C4
Black with #FE36C4
Text Example
Text Example
White with #FE36C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36C4; }
p { color: rgb(254,54,196); }
H1.HeaderClassName
{
color: #FE36C4;
}
.AnyTagClassName
{
color: #FE36C4;
}
</style>
background-color css
<style>
a { background-color: #FE36C4; }
a { background-color: rgb(254,54,196); }
div.DivClassName
{
background-color: #FE36C4;
}
.BgClassName
{
background-color: #FE36C4;
}
</style>
border-color css
<style>
span { border-color: #FE36C4; }
span { border-color: rgb(254,54,196); }
td.TdClassName
{
border-color: #FE36C4;
}
.TagClassName
{
border-color: #FE36C4;
}
</style>