Shades of Razzle Dazzle Rose #FE3ECC
Tints of Razzle Dazzle Rose #FE3ECC
RGB
CMYK
RGB Variations
Color information
#FE3ECC (or 0xFE3ECC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3E and CC. RGB value is (254,62,204). Sum of RGB (Red+Green+Blue) = 254+62+204=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 62 (24.61% from 255 or 11.92% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3ECC is #01C133. Grayscale: #878787. Windows color (decimal): -114996 or 13385470. OLE color: 13385470.
HSL color Cylindrical-coordinate representation of color #FE3ECC: hue angle of 315.62º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3ECC is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 204 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.00 |
| HSL | 315.63º | 0.99% | 0.62% | - |
| HSV(B) | 315.63º | 0.76% | 1% | - |
| XYZ | 53.49 | 28.88 | 59.88 | - |
| YUV | 135.6 | 166.61 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 204 | 0 | 0.76 | 0.20 | 0.00 | 315.63 | 0.99 | 0.62 |
| Hex | FE | 3E | CC | 0 | 4C | 14 | 0 | 13C | 63 | 3E |
| Octal | 376 | 76 | 314 | 0 | 114 | 24 | 0 | 474 | 143 | 76 |
| Binary | 11111110 | 111110 | 11001100 | 0 | 1001100 | 10100 | 0 | 100111100 | 1100011 | 111110 |
Color Harmonies of #FE3ECC
Complementary color
Monochromatic Colors of #FE3ECC
Black with #FE3ECC
Text Example
Text Example
White with #FE3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3ECC; }
p { color: rgb(254,62,204); }
H1.HeaderClassName
{
color: #FE3ECC;
}
.AnyTagClassName
{
color: #FE3ECC;
}
</style>
background-color css
<style>
a { background-color: #FE3ECC; }
a { background-color: rgb(254,62,204); }
div.DivClassName
{
background-color: #FE3ECC;
}
.BgClassName
{
background-color: #FE3ECC;
}
</style>
border-color css
<style>
span { border-color: #FE3ECC; }
span { border-color: rgb(254,62,204); }
td.TdClassName
{
border-color: #FE3ECC;
}
.TagClassName
{
border-color: #FE3ECC;
}
</style>