Shades of Razzle Dazzle Rose #FE3EDB
Tints of Razzle Dazzle Rose #FE3EDB
RGB
CMYK
RGB Variations
Color information
#FE3EDB (or 0xFE3EDB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3E and DB. RGB value is (254,62,219). Sum of RGB (Red+Green+Blue) = 254+62+219=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 62 (24.61% from 255 or 11.59% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3EDB is #01C124. Grayscale: #888888. Windows color (decimal): -114981 or 14368510. OLE color: 14368510.
HSL color Cylindrical-coordinate representation of color #FE3EDB: hue angle of 310.94º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3EDB is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 219 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.00 |
| HSL | 310.94º | 0.99% | 0.62% | - |
| HSV(B) | 310.94º | 0.76% | 1% | - |
| XYZ | 55.38 | 29.63 | 69.82 | - |
| YUV | 137.31 | 174.11 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 219 | 0 | 0.76 | 0.14 | 0.00 | 310.94 | 0.99 | 0.62 |
| Hex | FE | 3E | DB | 0 | 4C | E | 0 | 137 | 63 | 3E |
| Octal | 376 | 76 | 333 | 0 | 114 | 16 | 0 | 467 | 143 | 76 |
| Binary | 11111110 | 111110 | 11011011 | 0 | 1001100 | 1110 | 0 | 100110111 | 1100011 | 111110 |
Color Harmonies of #FE3EDB
Complementary color
Monochromatic Colors of #FE3EDB
Black with #FE3EDB
Text Example
Text Example
White with #FE3EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3EDB; }
p { color: rgb(254,62,219); }
H1.HeaderClassName
{
color: #FE3EDB;
}
.AnyTagClassName
{
color: #FE3EDB;
}
</style>
background-color css
<style>
a { background-color: #FE3EDB; }
a { background-color: rgb(254,62,219); }
div.DivClassName
{
background-color: #FE3EDB;
}
.BgClassName
{
background-color: #FE3EDB;
}
</style>
border-color css
<style>
span { border-color: #FE3EDB; }
span { border-color: rgb(254,62,219); }
td.TdClassName
{
border-color: #FE3EDB;
}
.TagClassName
{
border-color: #FE3EDB;
}
</style>