Shades of Razzle Dazzle Rose #FE27CE
Tints of Razzle Dazzle Rose #FE27CE
RGB
CMYK
RGB Variations
Color information
#FE27CE (or 0xFE27CE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 27 and CE. RGB value is (254,39,206). Sum of RGB (Red+Green+Blue) = 254+39+206=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 39 (15.62% from 255 or 7.82% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE27CE is #01D831. Grayscale: #797979. Windows color (decimal): -120882 or 13510654. OLE color: 13510654.
HSL color Cylindrical-coordinate representation of color #FE27CE: hue angle of 313.4º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE27CE is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 206 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.00 |
| HSL | 313.4º | 0.99% | 0.57% | - |
| HSV(B) | 313.4º | 0.85% | 1% | - |
| XYZ | 52.74 | 26.98 | 60.82 | - |
| YUV | 122.32 | 175.23 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 206 | 0 | 0.85 | 0.19 | 0.00 | 313.4 | 0.99 | 0.57 |
| Hex | FE | 27 | CE | 0 | 55 | 13 | 0 | 139 | 63 | 39 |
| Octal | 376 | 47 | 316 | 0 | 125 | 23 | 0 | 471 | 143 | 71 |
| Binary | 11111110 | 100111 | 11001110 | 0 | 1010101 | 10011 | 0 | 100111001 | 1100011 | 111001 |
Color Harmonies of #FE27CE
Complementary color
Monochromatic Colors of #FE27CE
Black with #FE27CE
Text Example
Text Example
White with #FE27CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27CE; }
p { color: rgb(254,39,206); }
H1.HeaderClassName
{
color: #FE27CE;
}
.AnyTagClassName
{
color: #FE27CE;
}
</style>
background-color css
<style>
a { background-color: #FE27CE; }
a { background-color: rgb(254,39,206); }
div.DivClassName
{
background-color: #FE27CE;
}
.BgClassName
{
background-color: #FE27CE;
}
</style>
border-color css
<style>
span { border-color: #FE27CE; }
span { border-color: rgb(254,39,206); }
td.TdClassName
{
border-color: #FE27CE;
}
.TagClassName
{
border-color: #FE27CE;
}
</style>