Shades of Razzle Dazzle Rose #FE2FDB
Tints of Razzle Dazzle Rose #FE2FDB
RGB
CMYK
RGB Variations
Color information
#FE2FDB (or 0xFE2FDB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2F and DB. RGB value is (254,47,219). Sum of RGB (Red+Green+Blue) = 254+47+219=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 47 (18.75% from 255 or 9.04% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2FDB is #01D024. Grayscale: #808080. Windows color (decimal): -118821 or 14364670. OLE color: 14364670.
HSL color Cylindrical-coordinate representation of color #FE2FDB: hue angle of 310.14º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2FDB is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 219 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.00 |
| HSL | 310.14º | 0.99% | 0.59% | - |
| HSV(B) | 310.14º | 0.81% | 1% | - |
| XYZ | 54.68 | 28.22 | 69.58 | - |
| YUV | 128.5 | 179.08 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 219 | 0 | 0.81 | 0.14 | 0.00 | 310.14 | 0.99 | 0.59 |
| Hex | FE | 2F | DB | 0 | 51 | E | 0 | 136 | 63 | 3B |
| Octal | 376 | 57 | 333 | 0 | 121 | 16 | 0 | 466 | 143 | 73 |
| Binary | 11111110 | 101111 | 11011011 | 0 | 1010001 | 1110 | 0 | 100110110 | 1100011 | 111011 |
Color Harmonies of #FE2FDB
Complementary color
Monochromatic Colors of #FE2FDB
Black with #FE2FDB
Text Example
Text Example
White with #FE2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FDB; }
p { color: rgb(254,47,219); }
H1.HeaderClassName
{
color: #FE2FDB;
}
.AnyTagClassName
{
color: #FE2FDB;
}
</style>
background-color css
<style>
a { background-color: #FE2FDB; }
a { background-color: rgb(254,47,219); }
div.DivClassName
{
background-color: #FE2FDB;
}
.BgClassName
{
background-color: #FE2FDB;
}
</style>
border-color css
<style>
span { border-color: #FE2FDB; }
span { border-color: rgb(254,47,219); }
td.TdClassName
{
border-color: #FE2FDB;
}
.TagClassName
{
border-color: #FE2FDB;
}
</style>