Shades of Razzle Dazzle Rose #FE27D1
Tints of Razzle Dazzle Rose #FE27D1
RGB
CMYK
RGB Variations
Color information
#FE27D1 (or 0xFE27D1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 27 and D1. RGB value is (254,39,209). Sum of RGB (Red+Green+Blue) = 254+39+209=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE27D1 is #01D82E. Grayscale: #7A7A7A. Windows color (decimal): -120879 or 13707262. OLE color: 13707262.
HSL color Cylindrical-coordinate representation of color #FE27D1: hue angle of 312.56º 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 #FE27D1 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 209 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.00 |
| HSL | 312.56º | 0.99% | 0.57% | - |
| HSV(B) | 312.56º | 0.85% | 1% | - |
| XYZ | 53.11 | 27.13 | 62.76 | - |
| YUV | 122.67 | 176.73 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 209 | 0 | 0.85 | 0.18 | 0.00 | 312.56 | 0.99 | 0.57 |
| Hex | FE | 27 | D1 | 0 | 55 | 12 | 0 | 139 | 63 | 39 |
| Octal | 376 | 47 | 321 | 0 | 125 | 22 | 0 | 471 | 143 | 71 |
| Binary | 11111110 | 100111 | 11010001 | 0 | 1010101 | 10010 | 0 | 100111001 | 1100011 | 111001 |
Color Harmonies of #FE27D1
Complementary color
Monochromatic Colors of #FE27D1
Black with #FE27D1
Text Example
Text Example
White with #FE27D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27D1; }
p { color: rgb(254,39,209); }
H1.HeaderClassName
{
color: #FE27D1;
}
.AnyTagClassName
{
color: #FE27D1;
}
</style>
background-color css
<style>
a { background-color: #FE27D1; }
a { background-color: rgb(254,39,209); }
div.DivClassName
{
background-color: #FE27D1;
}
.BgClassName
{
background-color: #FE27D1;
}
</style>
border-color css
<style>
span { border-color: #FE27D1; }
span { border-color: rgb(254,39,209); }
td.TdClassName
{
border-color: #FE27D1;
}
.TagClassName
{
border-color: #FE27D1;
}
</style>