Shades of Razzle Dazzle Rose #FE27DA
Tints of Razzle Dazzle Rose #FE27DA
RGB
CMYK
RGB Variations
Color information
#FE27DA (or 0xFE27DA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 27 and DA. RGB value is (254,39,218). Sum of RGB (Red+Green+Blue) = 254+39+218=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 39 (15.62% from 255 or 7.63% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE27DA is #01D825. Grayscale: #7B7B7B. Windows color (decimal): -120870 or 14297086. OLE color: 14297086.
HSL color Cylindrical-coordinate representation of color #FE27DA: hue angle of 310.05º 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 #FE27DA is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 218 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.00 |
| HSL | 310.05º | 0.99% | 0.57% | - |
| HSV(B) | 310.05º | 0.85% | 1% | - |
| XYZ | 54.25 | 27.58 | 68.79 | - |
| YUV | 123.69 | 181.23 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 218 | 0 | 0.85 | 0.14 | 0.00 | 310.05 | 0.99 | 0.57 |
| Hex | FE | 27 | DA | 0 | 55 | E | 0 | 136 | 63 | 39 |
| Octal | 376 | 47 | 332 | 0 | 125 | 16 | 0 | 466 | 143 | 71 |
| Binary | 11111110 | 100111 | 11011010 | 0 | 1010101 | 1110 | 0 | 100110110 | 1100011 | 111001 |
Color Harmonies of #FE27DA
Complementary color
Monochromatic Colors of #FE27DA
Black with #FE27DA
Text Example
Text Example
White with #FE27DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27DA; }
p { color: rgb(254,39,218); }
H1.HeaderClassName
{
color: #FE27DA;
}
.AnyTagClassName
{
color: #FE27DA;
}
</style>
background-color css
<style>
a { background-color: #FE27DA; }
a { background-color: rgb(254,39,218); }
div.DivClassName
{
background-color: #FE27DA;
}
.BgClassName
{
background-color: #FE27DA;
}
</style>
border-color css
<style>
span { border-color: #FE27DA; }
span { border-color: rgb(254,39,218); }
td.TdClassName
{
border-color: #FE27DA;
}
.TagClassName
{
border-color: #FE27DA;
}
</style>