Shades of Razzle Dazzle Rose #FE20DA
Tints of Razzle Dazzle Rose #FE20DA
RGB
CMYK
RGB Variations
Color information
#FE20DA (or 0xFE20DA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 20 and DA. RGB value is (254,32,218). Sum of RGB (Red+Green+Blue) = 254+32+218=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 32 (12.89% from 255 or 6.35% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20DA is #01DF25. Grayscale: #777777. Windows color (decimal): -122662 or 14295294. OLE color: 14295294.
HSL color Cylindrical-coordinate representation of color #FE20DA: hue angle of 309.73º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE20DA is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 218 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.00 |
| HSL | 309.73º | 0.99% | 0.56% | - |
| HSV(B) | 309.73º | 0.87% | 1% | - |
| XYZ | 54.04 | 27.17 | 68.72 | - |
| YUV | 119.58 | 183.55 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 218 | 0 | 0.87 | 0.14 | 0.00 | 309.73 | 0.99 | 0.56 |
| Hex | FE | 20 | DA | 0 | 57 | E | 0 | 136 | 63 | 38 |
| Octal | 376 | 40 | 332 | 0 | 127 | 16 | 0 | 466 | 143 | 70 |
| Binary | 11111110 | 100000 | 11011010 | 0 | 1010111 | 1110 | 0 | 100110110 | 1100011 | 111000 |
Color Harmonies of #FE20DA
Complementary color
Monochromatic Colors of #FE20DA
Black with #FE20DA
Text Example
Text Example
White with #FE20DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20DA; }
p { color: rgb(254,32,218); }
H1.HeaderClassName
{
color: #FE20DA;
}
.AnyTagClassName
{
color: #FE20DA;
}
</style>
background-color css
<style>
a { background-color: #FE20DA; }
a { background-color: rgb(254,32,218); }
div.DivClassName
{
background-color: #FE20DA;
}
.BgClassName
{
background-color: #FE20DA;
}
</style>
border-color css
<style>
span { border-color: #FE20DA; }
span { border-color: rgb(254,32,218); }
td.TdClassName
{
border-color: #FE20DA;
}
.TagClassName
{
border-color: #FE20DA;
}
</style>