Shades of Razzle Dazzle Rose #FE49CC
Tints of Razzle Dazzle Rose #FE49CC
RGB
CMYK
RGB Variations
Color information
#FE49CC (or 0xFE49CC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 49 and CC. RGB value is (254,73,204). Sum of RGB (Red+Green+Blue) = 254+73+204=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 73 (28.91% from 255 or 13.75% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49CC is #01B633. Grayscale: #8D8D8D. Windows color (decimal): -112180 or 13388286. OLE color: 13388286.
HSL color Cylindrical-coordinate representation of color #FE49CC: hue angle of 316.57º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE49CC is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 204 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.00 |
| HSL | 316.57º | 0.99% | 0.64% | - |
| HSV(B) | 316.57º | 0.71% | 1% | - |
| XYZ | 54.15 | 30.2 | 60.1 | - |
| YUV | 142.05 | 162.97 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 204 | 0 | 0.71 | 0.20 | 0.00 | 316.57 | 0.99 | 0.64 |
| Hex | FE | 49 | CC | 0 | 47 | 14 | 0 | 13D | 63 | 40 |
| Octal | 376 | 111 | 314 | 0 | 107 | 24 | 0 | 475 | 143 | 100 |
| Binary | 11111110 | 1001001 | 11001100 | 0 | 1000111 | 10100 | 0 | 100111101 | 1100011 | 1000000 |
Color Harmonies of #FE49CC
Complementary color
Monochromatic Colors of #FE49CC
Black with #FE49CC
Text Example
Text Example
White with #FE49CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE49CC; }
p { color: rgb(254,73,204); }
H1.HeaderClassName
{
color: #FE49CC;
}
.AnyTagClassName
{
color: #FE49CC;
}
</style>
background-color css
<style>
a { background-color: #FE49CC; }
a { background-color: rgb(254,73,204); }
div.DivClassName
{
background-color: #FE49CC;
}
.BgClassName
{
background-color: #FE49CC;
}
</style>
border-color css
<style>
span { border-color: #FE49CC; }
span { border-color: rgb(254,73,204); }
td.TdClassName
{
border-color: #FE49CC;
}
.TagClassName
{
border-color: #FE49CC;
}
</style>