Shades of Razzle Dazzle Rose #F549C2
Tints of Razzle Dazzle Rose #F549C2
RGB
CMYK
RGB Variations
Color information
#F549C2 (or 0xF549C2) is known color: Razzle Dazzle Rose. HEX triplet: F5, 49 and C2. RGB value is (245,73,194). Sum of RGB (Red+Green+Blue) = 245+73+194=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F549C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F549C2 is #0AB63D. Grayscale: #898989. Windows color (decimal): -702014 or 12732917. OLE color: 12732917.
HSL color Cylindrical-coordinate representation of color #F549C2: hue angle of 317.79º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F549C2 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 194 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.04 |
| HSL | 317.79º | 0.9% | 0.62% | - |
| HSV(B) | 317.79º | 0.7% | 0.96% | - |
| XYZ | 49.78 | 28.07 | 53.83 | - |
| YUV | 138.22 | 159.48 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 194 | 0 | 0.70 | 0.21 | 0.04 | 317.79 | 0.9 | 0.62 |
| Hex | F5 | 49 | C2 | 0 | 46 | 15 | 4 | 13E | 5A | 3E |
| Octal | 365 | 111 | 302 | 0 | 106 | 25 | 4 | 476 | 132 | 76 |
| Binary | 11110101 | 1001001 | 11000010 | 0 | 1000110 | 10101 | 100 | 100111110 | 1011010 | 111110 |
Color Harmonies of #F549C2
Complementary color
Monochromatic Colors of #F549C2
Black with #F549C2
Text Example
Text Example
White with #F549C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F549C2; }
p { color: rgb(245,73,194); }
H1.HeaderClassName
{
color: #F549C2;
}
.AnyTagClassName
{
color: #F549C2;
}
</style>
background-color css
<style>
a { background-color: #F549C2; }
a { background-color: rgb(245,73,194); }
div.DivClassName
{
background-color: #F549C2;
}
.BgClassName
{
background-color: #F549C2;
}
</style>
border-color css
<style>
span { border-color: #F549C2; }
span { border-color: rgb(245,73,194); }
td.TdClassName
{
border-color: #F549C2;
}
.TagClassName
{
border-color: #F549C2;
}
</style>