Shades of Razzle Dazzle Rose #FF49CA
Tints of Razzle Dazzle Rose #FF49CA
RGB
CMYK
RGB Variations
Color information
#FF49CA (or 0xFF49CA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and CA. RGB value is (255,73,202). Sum of RGB (Red+Green+Blue) = 255+73+202=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 73 (28.91% from 255 or 13.77% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49CA is #00B635. Grayscale: #8D8D8D. Windows color (decimal): -46646 or 13257215. OLE color: 13257215.
HSL color Cylindrical-coordinate representation of color #FF49CA: hue angle of 317.47º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF49CA is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 202 | - |
| CMYK | 0 | 0.71 | 0.21 | 0 |
| HSL | 317.47º | 1% | 0.64% | - |
| HSV(B) | 317.47º | 0.71% | 1% | - |
| XYZ | 54.28 | 30.29 | 58.86 | - |
| YUV | 142.12 | 161.8 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 202 | 0 | 0.71 | 0.21 | 0 | 317.47 | 1 | 0.64 |
| Hex | FF | 49 | CA | 0 | 47 | 15 | 0 | 13D | 64 | 40 |
| Octal | 377 | 111 | 312 | 0 | 107 | 25 | 0 | 475 | 144 | 100 |
| Binary | 11111111 | 1001001 | 11001010 | 0 | 1000111 | 10101 | 0 | 100111101 | 1100100 | 1000000 |
Color Harmonies of #FF49CA
Complementary color
Monochromatic Colors of #FF49CA
Black with #FF49CA
Text Example
Text Example
White with #FF49CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF49CA; }
p { color: rgb(255,73,202); }
H1.HeaderClassName
{
color: #FF49CA;
}
.AnyTagClassName
{
color: #FF49CA;
}
</style>
background-color css
<style>
a { background-color: #FF49CA; }
a { background-color: rgb(255,73,202); }
div.DivClassName
{
background-color: #FF49CA;
}
.BgClassName
{
background-color: #FF49CA;
}
</style>
border-color css
<style>
span { border-color: #FF49CA; }
span { border-color: rgb(255,73,202); }
td.TdClassName
{
border-color: #FF49CA;
}
.TagClassName
{
border-color: #FF49CA;
}
</style>