Shades of Razzle Dazzle Rose #FE3ACE
Tints of Razzle Dazzle Rose #FE3ACE
RGB
CMYK
RGB Variations
Color information
#FE3ACE (or 0xFE3ACE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3A and CE. RGB value is (254,58,206). Sum of RGB (Red+Green+Blue) = 254+58+206=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 58 (23.05% from 255 or 11.20% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3ACE is #01C531. Grayscale: #858585. Windows color (decimal): -116018 or 13515518. OLE color: 13515518.
HSL color Cylindrical-coordinate representation of color #FE3ACE: hue angle of 314.69º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3ACE is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 206 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.00 |
| HSL | 314.69º | 0.99% | 0.61% | - |
| HSV(B) | 314.69º | 0.77% | 1% | - |
| XYZ | 53.53 | 28.55 | 61.08 | - |
| YUV | 133.48 | 168.93 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 206 | 0 | 0.77 | 0.19 | 0.00 | 314.69 | 0.99 | 0.61 |
| Hex | FE | 3A | CE | 0 | 4D | 13 | 0 | 13B | 63 | 3D |
| Octal | 376 | 72 | 316 | 0 | 115 | 23 | 0 | 473 | 143 | 75 |
| Binary | 11111110 | 111010 | 11001110 | 0 | 1001101 | 10011 | 0 | 100111011 | 1100011 | 111101 |
Color Harmonies of #FE3ACE
Complementary color
Monochromatic Colors of #FE3ACE
Black with #FE3ACE
Text Example
Text Example
White with #FE3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3ACE; }
p { color: rgb(254,58,206); }
H1.HeaderClassName
{
color: #FE3ACE;
}
.AnyTagClassName
{
color: #FE3ACE;
}
</style>
background-color css
<style>
a { background-color: #FE3ACE; }
a { background-color: rgb(254,58,206); }
div.DivClassName
{
background-color: #FE3ACE;
}
.BgClassName
{
background-color: #FE3ACE;
}
</style>
border-color css
<style>
span { border-color: #FE3ACE; }
span { border-color: rgb(254,58,206); }
td.TdClassName
{
border-color: #FE3ACE;
}
.TagClassName
{
border-color: #FE3ACE;
}
</style>