Shades of Razzle Dazzle Rose #FE4CC2
Tints of Razzle Dazzle Rose #FE4CC2
RGB
CMYK
RGB Variations
Color information
#FE4CC2 (or 0xFE4CC2) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4C and C2. RGB value is (254,76,194). Sum of RGB (Red+Green+Blue) = 254+76+194=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CC2 is #01B33D. Grayscale: #8E8E8E. Windows color (decimal): -111422 or 12733694. OLE color: 12733694.
HSL color Cylindrical-coordinate representation of color #FE4CC2: hue angle of 320.22º 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 #FE4CC2 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 194 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.00 |
| HSL | 320.22º | 0.99% | 0.65% | - |
| HSV(B) | 320.22º | 0.7% | 1% | - |
| XYZ | 53.2 | 30.13 | 54.05 | - |
| YUV | 142.67 | 156.97 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 194 | 0 | 0.70 | 0.24 | 0.00 | 320.22 | 0.99 | 0.65 |
| Hex | FE | 4C | C2 | 0 | 46 | 18 | 0 | 140 | 63 | 41 |
| Octal | 376 | 114 | 302 | 0 | 106 | 30 | 0 | 500 | 143 | 101 |
| Binary | 11111110 | 1001100 | 11000010 | 0 | 1000110 | 11000 | 0 | 101000000 | 1100011 | 1000001 |
Color Harmonies of #FE4CC2
Complementary color
Monochromatic Colors of #FE4CC2
Black with #FE4CC2
Text Example
Text Example
White with #FE4CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CC2; }
p { color: rgb(254,76,194); }
H1.HeaderClassName
{
color: #FE4CC2;
}
.AnyTagClassName
{
color: #FE4CC2;
}
</style>
background-color css
<style>
a { background-color: #FE4CC2; }
a { background-color: rgb(254,76,194); }
div.DivClassName
{
background-color: #FE4CC2;
}
.BgClassName
{
background-color: #FE4CC2;
}
</style>
border-color css
<style>
span { border-color: #FE4CC2; }
span { border-color: rgb(254,76,194); }
td.TdClassName
{
border-color: #FE4CC2;
}
.TagClassName
{
border-color: #FE4CC2;
}
</style>