Shades of Razzle Dazzle Rose #FE27DC
Tints of Razzle Dazzle Rose #FE27DC
RGB
CMYK
RGB Variations
Color information
#FE27DC (or 0xFE27DC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 27 and DC. RGB value is (254,39,220). Sum of RGB (Red+Green+Blue) = 254+39+220=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 39 (15.62% from 255 or 7.60% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE27DC is #01D823. Grayscale: #7B7B7B. Windows color (decimal): -120868 or 14428158. OLE color: 14428158.
HSL color Cylindrical-coordinate representation of color #FE27DC: hue angle of 309.49º 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 #FE27DC is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 220 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.00 |
| HSL | 309.49º | 0.99% | 0.57% | - |
| HSV(B) | 309.49º | 0.85% | 1% | - |
| XYZ | 54.52 | 27.69 | 70.18 | - |
| YUV | 123.92 | 182.23 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 220 | 0 | 0.85 | 0.13 | 0.00 | 309.49 | 0.99 | 0.57 |
| Hex | FE | 27 | DC | 0 | 55 | D | 0 | 135 | 63 | 39 |
| Octal | 376 | 47 | 334 | 0 | 125 | 15 | 0 | 465 | 143 | 71 |
| Binary | 11111110 | 100111 | 11011100 | 0 | 1010101 | 1101 | 0 | 100110101 | 1100011 | 111001 |
Color Harmonies of #FE27DC
Complementary color
Monochromatic Colors of #FE27DC
Black with #FE27DC
Text Example
Text Example
White with #FE27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27DC; }
p { color: rgb(254,39,220); }
H1.HeaderClassName
{
color: #FE27DC;
}
.AnyTagClassName
{
color: #FE27DC;
}
</style>
background-color css
<style>
a { background-color: #FE27DC; }
a { background-color: rgb(254,39,220); }
div.DivClassName
{
background-color: #FE27DC;
}
.BgClassName
{
background-color: #FE27DC;
}
</style>
border-color css
<style>
span { border-color: #FE27DC; }
span { border-color: rgb(254,39,220); }
td.TdClassName
{
border-color: #FE27DC;
}
.TagClassName
{
border-color: #FE27DC;
}
</style>