Shades of Razzle Dazzle Rose #FE36BE
Tints of Razzle Dazzle Rose #FE36BE
RGB
CMYK
RGB Variations
Color information
#FE36BE (or 0xFE36BE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and BE. RGB value is (254,54,190). Sum of RGB (Red+Green+Blue) = 254+54+190=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 54 (21.48% from 255 or 10.84% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36BE is #01C941. Grayscale: #808080. Windows color (decimal): -117058 or 12465918. OLE color: 12465918.
HSL color Cylindrical-coordinate representation of color #FE36BE: hue angle of 319.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 #FE36BE is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 190 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.00 |
| HSL | 319.2º | 0.99% | 0.6% | - |
| HSV(B) | 319.2º | 0.79% | 1% | - |
| XYZ | 51.49 | 27.43 | 51.3 | - |
| YUV | 129.3 | 162.26 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 190 | 0 | 0.79 | 0.25 | 0.00 | 319.2 | 0.99 | 0.6 |
| Hex | FE | 36 | BE | 0 | 4F | 19 | 0 | 13F | 63 | 3C |
| Octal | 376 | 66 | 276 | 0 | 117 | 31 | 0 | 477 | 143 | 74 |
| Binary | 11111110 | 110110 | 10111110 | 0 | 1001111 | 11001 | 0 | 100111111 | 1100011 | 111100 |
Color Harmonies of #FE36BE
Complementary color
Monochromatic Colors of #FE36BE
Black with #FE36BE
Text Example
Text Example
White with #FE36BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36BE; }
p { color: rgb(254,54,190); }
H1.HeaderClassName
{
color: #FE36BE;
}
.AnyTagClassName
{
color: #FE36BE;
}
</style>
background-color css
<style>
a { background-color: #FE36BE; }
a { background-color: rgb(254,54,190); }
div.DivClassName
{
background-color: #FE36BE;
}
.BgClassName
{
background-color: #FE36BE;
}
</style>
border-color css
<style>
span { border-color: #FE36BE; }
span { border-color: rgb(254,54,190); }
td.TdClassName
{
border-color: #FE36BE;
}
.TagClassName
{
border-color: #FE36BE;
}
</style>