Shades of Razzle Dazzle Rose #FE3ACC
Tints of Razzle Dazzle Rose #FE3ACC
RGB
CMYK
RGB Variations
Color information
#FE3ACC (or 0xFE3ACC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3A and CC. RGB value is (254,58,204). Sum of RGB (Red+Green+Blue) = 254+58+204=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 58 (23.05% from 255 or 11.24% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3ACC is #01C533. Grayscale: #848484. Windows color (decimal): -116020 or 13384446. OLE color: 13384446.
HSL color Cylindrical-coordinate representation of color #FE3ACC: hue angle of 315.31º 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 #FE3ACC is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 204 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.00 |
| HSL | 315.31º | 0.99% | 0.61% | - |
| HSV(B) | 315.31º | 0.77% | 1% | - |
| XYZ | 53.29 | 28.46 | 59.81 | - |
| YUV | 133.25 | 167.93 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 204 | 0 | 0.77 | 0.20 | 0.00 | 315.31 | 0.99 | 0.61 |
| Hex | FE | 3A | CC | 0 | 4D | 14 | 0 | 13B | 63 | 3D |
| Octal | 376 | 72 | 314 | 0 | 115 | 24 | 0 | 473 | 143 | 75 |
| Binary | 11111110 | 111010 | 11001100 | 0 | 1001101 | 10100 | 0 | 100111011 | 1100011 | 111101 |
Color Harmonies of #FE3ACC
Complementary color
Monochromatic Colors of #FE3ACC
Black with #FE3ACC
Text Example
Text Example
White with #FE3ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3ACC; }
p { color: rgb(254,58,204); }
H1.HeaderClassName
{
color: #FE3ACC;
}
.AnyTagClassName
{
color: #FE3ACC;
}
</style>
background-color css
<style>
a { background-color: #FE3ACC; }
a { background-color: rgb(254,58,204); }
div.DivClassName
{
background-color: #FE3ACC;
}
.BgClassName
{
background-color: #FE3ACC;
}
</style>
border-color css
<style>
span { border-color: #FE3ACC; }
span { border-color: rgb(254,58,204); }
td.TdClassName
{
border-color: #FE3ACC;
}
.TagClassName
{
border-color: #FE3ACC;
}
</style>