Shades of Razzle Dazzle Rose #FE4CCC
Tints of Razzle Dazzle Rose #FE4CCC
RGB
CMYK
RGB Variations
Color information
#FE4CCC (or 0xFE4CCC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4C and CC. RGB value is (254,76,204). Sum of RGB (Red+Green+Blue) = 254+76+204=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 76 (30.08% from 255 or 14.23% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CCC is #01B333. Grayscale: #8F8F8F. Windows color (decimal): -111412 or 13389054. OLE color: 13389054.
HSL color Cylindrical-coordinate representation of color #FE4CCC: hue angle of 316.85º 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 #FE4CCC is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 204 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.00 |
| HSL | 316.85º | 0.99% | 0.65% | - |
| HSV(B) | 316.85º | 0.7% | 1% | - |
| XYZ | 54.36 | 30.6 | 60.17 | - |
| YUV | 143.81 | 161.97 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 204 | 0 | 0.70 | 0.20 | 0.00 | 316.85 | 0.99 | 0.65 |
| Hex | FE | 4C | CC | 0 | 46 | 14 | 0 | 13D | 63 | 41 |
| Octal | 376 | 114 | 314 | 0 | 106 | 24 | 0 | 475 | 143 | 101 |
| Binary | 11111110 | 1001100 | 11001100 | 0 | 1000110 | 10100 | 0 | 100111101 | 1100011 | 1000001 |
Color Harmonies of #FE4CCC
Complementary color
Monochromatic Colors of #FE4CCC
Black with #FE4CCC
Text Example
Text Example
White with #FE4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CCC; }
p { color: rgb(254,76,204); }
H1.HeaderClassName
{
color: #FE4CCC;
}
.AnyTagClassName
{
color: #FE4CCC;
}
</style>
background-color css
<style>
a { background-color: #FE4CCC; }
a { background-color: rgb(254,76,204); }
div.DivClassName
{
background-color: #FE4CCC;
}
.BgClassName
{
background-color: #FE4CCC;
}
</style>
border-color css
<style>
span { border-color: #FE4CCC; }
span { border-color: rgb(254,76,204); }
td.TdClassName
{
border-color: #FE4CCC;
}
.TagClassName
{
border-color: #FE4CCC;
}
</style>