Shades of Razzle Dazzle Rose #FE36CF
Tints of Razzle Dazzle Rose #FE36CF
RGB
CMYK
RGB Variations
Color information
#FE36CF (or 0xFE36CF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 36 and CF. RGB value is (254,54,207). Sum of RGB (Red+Green+Blue) = 254+54+207=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 54 (21.48% from 255 or 10.49% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE36CF is #01C930. Grayscale: #828282. Windows color (decimal): -117041 or 13580030. OLE color: 13580030.
HSL color Cylindrical-coordinate representation of color #FE36CF: hue angle of 314.1º 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 #FE36CF is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 207 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.00 |
| HSL | 314.1º | 0.99% | 0.6% | - |
| HSV(B) | 314.1º | 0.79% | 1% | - |
| XYZ | 53.45 | 28.21 | 61.66 | - |
| YUV | 131.24 | 170.76 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 207 | 0 | 0.79 | 0.19 | 0.00 | 314.1 | 0.99 | 0.6 |
| Hex | FE | 36 | CF | 0 | 4F | 13 | 0 | 13A | 63 | 3C |
| Octal | 376 | 66 | 317 | 0 | 117 | 23 | 0 | 472 | 143 | 74 |
| Binary | 11111110 | 110110 | 11001111 | 0 | 1001111 | 10011 | 0 | 100111010 | 1100011 | 111100 |
Color Harmonies of #FE36CF
Complementary color
Monochromatic Colors of #FE36CF
Black with #FE36CF
Text Example
Text Example
White with #FE36CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36CF; }
p { color: rgb(254,54,207); }
H1.HeaderClassName
{
color: #FE36CF;
}
.AnyTagClassName
{
color: #FE36CF;
}
</style>
background-color css
<style>
a { background-color: #FE36CF; }
a { background-color: rgb(254,54,207); }
div.DivClassName
{
background-color: #FE36CF;
}
.BgClassName
{
background-color: #FE36CF;
}
</style>
border-color css
<style>
span { border-color: #FE36CF; }
span { border-color: rgb(254,54,207); }
td.TdClassName
{
border-color: #FE36CF;
}
.TagClassName
{
border-color: #FE36CF;
}
</style>