Shades of Razzle Dazzle Rose #FE4CDF
Tints of Razzle Dazzle Rose #FE4CDF
RGB
CMYK
RGB Variations
Color information
#FE4CDF (or 0xFE4CDF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4C and DF. RGB value is (254,76,223). Sum of RGB (Red+Green+Blue) = 254+76+223=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 76 (30.08% from 255 or 13.74% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CDF is #01B320. Grayscale: #919191. Windows color (decimal): -111393 or 14634238. OLE color: 14634238.
HSL color Cylindrical-coordinate representation of color #FE4CDF: hue angle of 310.45º 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 #FE4CDF is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 223 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.00 |
| HSL | 310.45º | 0.99% | 0.65% | - |
| HSV(B) | 310.45º | 0.7% | 1% | - |
| XYZ | 56.78 | 31.57 | 72.91 | - |
| YUV | 145.98 | 171.47 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 223 | 0 | 0.70 | 0.12 | 0.00 | 310.45 | 0.99 | 0.65 |
| Hex | FE | 4C | DF | 0 | 46 | C | 0 | 136 | 63 | 41 |
| Octal | 376 | 114 | 337 | 0 | 106 | 14 | 0 | 466 | 143 | 101 |
| Binary | 11111110 | 1001100 | 11011111 | 0 | 1000110 | 1100 | 0 | 100110110 | 1100011 | 1000001 |
Color Harmonies of #FE4CDF
Complementary color
Monochromatic Colors of #FE4CDF
Black with #FE4CDF
Text Example
Text Example
White with #FE4CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CDF; }
p { color: rgb(254,76,223); }
H1.HeaderClassName
{
color: #FE4CDF;
}
.AnyTagClassName
{
color: #FE4CDF;
}
</style>
background-color css
<style>
a { background-color: #FE4CDF; }
a { background-color: rgb(254,76,223); }
div.DivClassName
{
background-color: #FE4CDF;
}
.BgClassName
{
background-color: #FE4CDF;
}
</style>
border-color css
<style>
span { border-color: #FE4CDF; }
span { border-color: rgb(254,76,223); }
td.TdClassName
{
border-color: #FE4CDF;
}
.TagClassName
{
border-color: #FE4CDF;
}
</style>