Shades of Razzle Dazzle Rose #FE4CC0
Tints of Razzle Dazzle Rose #FE4CC0
RGB
CMYK
RGB Variations
Color information
#FE4CC0 (or 0xFE4CC0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4C and C0. RGB value is (254,76,192). Sum of RGB (Red+Green+Blue) = 254+76+192=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CC0 is #01B33F. Grayscale: #8E8E8E. Windows color (decimal): -111424 or 12602622. OLE color: 12602622.
HSL color Cylindrical-coordinate representation of color #FE4CC0: hue angle of 320.9º 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 #FE4CC0 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 192 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.00 |
| HSL | 320.9º | 0.99% | 0.65% | - |
| HSV(B) | 320.9º | 0.7% | 1% | - |
| XYZ | 52.97 | 30.05 | 52.88 | - |
| YUV | 142.45 | 155.97 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 192 | 0 | 0.70 | 0.24 | 0.00 | 320.9 | 0.99 | 0.65 |
| Hex | FE | 4C | C0 | 0 | 46 | 18 | 0 | 141 | 63 | 41 |
| Octal | 376 | 114 | 300 | 0 | 106 | 30 | 0 | 501 | 143 | 101 |
| Binary | 11111110 | 1001100 | 11000000 | 0 | 1000110 | 11000 | 0 | 101000001 | 1100011 | 1000001 |
Color Harmonies of #FE4CC0
Complementary color
Monochromatic Colors of #FE4CC0
Black with #FE4CC0
Text Example
Text Example
White with #FE4CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CC0; }
p { color: rgb(254,76,192); }
H1.HeaderClassName
{
color: #FE4CC0;
}
.AnyTagClassName
{
color: #FE4CC0;
}
</style>
background-color css
<style>
a { background-color: #FE4CC0; }
a { background-color: rgb(254,76,192); }
div.DivClassName
{
background-color: #FE4CC0;
}
.BgClassName
{
background-color: #FE4CC0;
}
</style>
border-color css
<style>
span { border-color: #FE4CC0; }
span { border-color: rgb(254,76,192); }
td.TdClassName
{
border-color: #FE4CC0;
}
.TagClassName
{
border-color: #FE4CC0;
}
</style>