Shades of Razzle Dazzle Rose #FE27D9
Tints of Razzle Dazzle Rose #FE27D9
RGB
CMYK
RGB Variations
Color information
#FE27D9 (or 0xFE27D9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 27 and D9. RGB value is (254,39,217). Sum of RGB (Red+Green+Blue) = 254+39+217=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 39 (15.62% from 255 or 7.65% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE27D9 is #01D826. Grayscale: #7B7B7B. Windows color (decimal): -120871 or 14231550. OLE color: 14231550.
HSL color Cylindrical-coordinate representation of color #FE27D9: hue angle of 310.33º 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 #FE27D9 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 217 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.00 |
| HSL | 310.33º | 0.99% | 0.57% | - |
| HSV(B) | 310.33º | 0.85% | 1% | - |
| XYZ | 54.12 | 27.53 | 68.11 | - |
| YUV | 123.58 | 180.73 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 217 | 0 | 0.85 | 0.15 | 0.00 | 310.33 | 0.99 | 0.57 |
| Hex | FE | 27 | D9 | 0 | 55 | F | 0 | 136 | 63 | 39 |
| Octal | 376 | 47 | 331 | 0 | 125 | 17 | 0 | 466 | 143 | 71 |
| Binary | 11111110 | 100111 | 11011001 | 0 | 1010101 | 1111 | 0 | 100110110 | 1100011 | 111001 |
Color Harmonies of #FE27D9
Complementary color
Monochromatic Colors of #FE27D9
Black with #FE27D9
Text Example
Text Example
White with #FE27D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27D9; }
p { color: rgb(254,39,217); }
H1.HeaderClassName
{
color: #FE27D9;
}
.AnyTagClassName
{
color: #FE27D9;
}
</style>
background-color css
<style>
a { background-color: #FE27D9; }
a { background-color: rgb(254,39,217); }
div.DivClassName
{
background-color: #FE27D9;
}
.BgClassName
{
background-color: #FE27D9;
}
</style>
border-color css
<style>
span { border-color: #FE27D9; }
span { border-color: rgb(254,39,217); }
td.TdClassName
{
border-color: #FE27D9;
}
.TagClassName
{
border-color: #FE27D9;
}
</style>