Shades of Razzle Dazzle Rose #FE36BA
Tints of Razzle Dazzle Rose #FE36BA
RGB
CMYK
RGB Variations
Color information
#FE36BA (or 0xFE36BA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and BA. RGB value is (254,54,186). Sum of RGB (Red+Green+Blue) = 254+54+186=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 54 (21.48% from 255 or 10.93% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36BA is #01C945. Grayscale: #808080. Windows color (decimal): -117062 or 12203774. OLE color: 12203774.
HSL color Cylindrical-coordinate representation of color #FE36BA: hue angle of 320.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 #FE36BA is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 186 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.00 |
| HSL | 320.4º | 0.99% | 0.6% | - |
| HSV(B) | 320.4º | 0.79% | 1% | - |
| XYZ | 51.06 | 27.25 | 49.02 | - |
| YUV | 128.85 | 160.26 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 186 | 0 | 0.79 | 0.27 | 0.00 | 320.4 | 0.99 | 0.6 |
| Hex | FE | 36 | BA | 0 | 4F | 1B | 0 | 140 | 63 | 3C |
| Octal | 376 | 66 | 272 | 0 | 117 | 33 | 0 | 500 | 143 | 74 |
| Binary | 11111110 | 110110 | 10111010 | 0 | 1001111 | 11011 | 0 | 101000000 | 1100011 | 111100 |
Color Harmonies of #FE36BA
Complementary color
Monochromatic Colors of #FE36BA
Black with #FE36BA
Text Example
Text Example
White with #FE36BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36BA; }
p { color: rgb(254,54,186); }
H1.HeaderClassName
{
color: #FE36BA;
}
.AnyTagClassName
{
color: #FE36BA;
}
</style>
background-color css
<style>
a { background-color: #FE36BA; }
a { background-color: rgb(254,54,186); }
div.DivClassName
{
background-color: #FE36BA;
}
.BgClassName
{
background-color: #FE36BA;
}
</style>
border-color css
<style>
span { border-color: #FE36BA; }
span { border-color: rgb(254,54,186); }
td.TdClassName
{
border-color: #FE36BA;
}
.TagClassName
{
border-color: #FE36BA;
}
</style>