Shades of Razzle Dazzle Rose #FE49CA
Tints of Razzle Dazzle Rose #FE49CA
RGB
CMYK
RGB Variations
Color information
#FE49CA (or 0xFE49CA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 49 and CA. RGB value is (254,73,202). Sum of RGB (Red+Green+Blue) = 254+73+202=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE49CA is #01B635. Grayscale: #8D8D8D. Windows color (decimal): -112182 or 13257214. OLE color: 13257214.
HSL color Cylindrical-coordinate representation of color #FE49CA: hue angle of 317.24º 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 #FE49CA is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 202 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.00 |
| HSL | 317.24º | 0.99% | 0.64% | - |
| HSV(B) | 317.24º | 0.71% | 1% | - |
| XYZ | 53.92 | 30.1 | 58.85 | - |
| YUV | 141.83 | 161.97 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 202 | 0 | 0.71 | 0.20 | 0.00 | 317.24 | 0.99 | 0.64 |
| Hex | FE | 49 | CA | 0 | 47 | 14 | 0 | 13D | 63 | 40 |
| Octal | 376 | 111 | 312 | 0 | 107 | 24 | 0 | 475 | 143 | 100 |
| Binary | 11111110 | 1001001 | 11001010 | 0 | 1000111 | 10100 | 0 | 100111101 | 1100011 | 1000000 |
Color Harmonies of #FE49CA
Complementary color
Monochromatic Colors of #FE49CA
Black with #FE49CA
Text Example
Text Example
White with #FE49CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE49CA; }
p { color: rgb(254,73,202); }
H1.HeaderClassName
{
color: #FE49CA;
}
.AnyTagClassName
{
color: #FE49CA;
}
</style>
background-color css
<style>
a { background-color: #FE49CA; }
a { background-color: rgb(254,73,202); }
div.DivClassName
{
background-color: #FE49CA;
}
.BgClassName
{
background-color: #FE49CA;
}
</style>
border-color css
<style>
span { border-color: #FE49CA; }
span { border-color: rgb(254,73,202); }
td.TdClassName
{
border-color: #FE49CA;
}
.TagClassName
{
border-color: #FE49CA;
}
</style>