Shades of Razzle Dazzle Rose #FE4CDB
Tints of Razzle Dazzle Rose #FE4CDB
RGB
CMYK
RGB Variations
Color information
#FE4CDB (or 0xFE4CDB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4C and DB. RGB value is (254,76,219). Sum of RGB (Red+Green+Blue) = 254+76+219=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 76 (30.08% from 255 or 13.84% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CDB is #01B324. Grayscale: #919191. Windows color (decimal): -111397 or 14372094. OLE color: 14372094.
HSL color Cylindrical-coordinate representation of color #FE4CDB: hue angle of 311.8º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4CDB is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 219 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.00 |
| HSL | 311.8º | 0.99% | 0.65% | - |
| HSV(B) | 311.8º | 0.7% | 1% | - |
| XYZ | 56.24 | 31.35 | 70.11 | - |
| YUV | 145.52 | 169.47 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 219 | 0 | 0.70 | 0.14 | 0.00 | 311.8 | 0.99 | 0.65 |
| Hex | FE | 4C | DB | 0 | 46 | E | 0 | 138 | 63 | 41 |
| Octal | 376 | 114 | 333 | 0 | 106 | 16 | 0 | 470 | 143 | 101 |
| Binary | 11111110 | 1001100 | 11011011 | 0 | 1000110 | 1110 | 0 | 100111000 | 1100011 | 1000001 |
Color Harmonies of #FE4CDB
Complementary color
Monochromatic Colors of #FE4CDB
Black with #FE4CDB
Text Example
Text Example
White with #FE4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CDB; }
p { color: rgb(254,76,219); }
H1.HeaderClassName
{
color: #FE4CDB;
}
.AnyTagClassName
{
color: #FE4CDB;
}
</style>
background-color css
<style>
a { background-color: #FE4CDB; }
a { background-color: rgb(254,76,219); }
div.DivClassName
{
background-color: #FE4CDB;
}
.BgClassName
{
background-color: #FE4CDB;
}
</style>
border-color css
<style>
span { border-color: #FE4CDB; }
span { border-color: rgb(254,76,219); }
td.TdClassName
{
border-color: #FE4CDB;
}
.TagClassName
{
border-color: #FE4CDB;
}
</style>