Shades of Razzle Dazzle Rose #FE4CCD
Tints of Razzle Dazzle Rose #FE4CCD
RGB
CMYK
RGB Variations
Color information
#FE4CCD (or 0xFE4CCD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4C and CD. RGB value is (254,76,205). Sum of RGB (Red+Green+Blue) = 254+76+205=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 76 (30.08% from 255 or 14.21% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CCD is #01B332. Grayscale: #8F8F8F. Windows color (decimal): -111411 or 13454590. OLE color: 13454590.
HSL color Cylindrical-coordinate representation of color #FE4CCD: hue angle of 316.52º 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 #FE4CCD is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 205 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.00 |
| HSL | 316.52º | 0.99% | 0.65% | - |
| HSV(B) | 316.52º | 0.7% | 1% | - |
| XYZ | 54.48 | 30.65 | 60.8 | - |
| YUV | 143.93 | 162.47 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 205 | 0 | 0.70 | 0.19 | 0.00 | 316.52 | 0.99 | 0.65 |
| Hex | FE | 4C | CD | 0 | 46 | 13 | 0 | 13D | 63 | 41 |
| Octal | 376 | 114 | 315 | 0 | 106 | 23 | 0 | 475 | 143 | 101 |
| Binary | 11111110 | 1001100 | 11001101 | 0 | 1000110 | 10011 | 0 | 100111101 | 1100011 | 1000001 |
Color Harmonies of #FE4CCD
Complementary color
Monochromatic Colors of #FE4CCD
Black with #FE4CCD
Text Example
Text Example
White with #FE4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CCD; }
p { color: rgb(254,76,205); }
H1.HeaderClassName
{
color: #FE4CCD;
}
.AnyTagClassName
{
color: #FE4CCD;
}
</style>
background-color css
<style>
a { background-color: #FE4CCD; }
a { background-color: rgb(254,76,205); }
div.DivClassName
{
background-color: #FE4CCD;
}
.BgClassName
{
background-color: #FE4CCD;
}
</style>
border-color css
<style>
span { border-color: #FE4CCD; }
span { border-color: rgb(254,76,205); }
td.TdClassName
{
border-color: #FE4CCD;
}
.TagClassName
{
border-color: #FE4CCD;
}
</style>