Shades of Razzle Dazzle Rose #F549C5
Tints of Razzle Dazzle Rose #F549C5
RGB
CMYK
RGB Variations
Color information
#F549C5 (or 0xF549C5) is known color: Razzle Dazzle Rose. HEX triplet: F5, 49 and C5. RGB value is (245,73,197). Sum of RGB (Red+Green+Blue) = 245+73+197=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F549C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F549C5 is #0AB63A. Grayscale: #8A8A8A. Windows color (decimal): -702011 or 12929525. OLE color: 12929525.
HSL color Cylindrical-coordinate representation of color #F549C5: hue angle of 316.74º 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 #F549C5 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 197 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.04 |
| HSL | 316.74º | 0.9% | 0.62% | - |
| HSV(B) | 316.74º | 0.7% | 0.96% | - |
| XYZ | 50.12 | 28.21 | 55.63 | - |
| YUV | 138.56 | 160.98 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 197 | 0 | 0.70 | 0.20 | 0.04 | 316.74 | 0.9 | 0.62 |
| Hex | F5 | 49 | C5 | 0 | 46 | 14 | 4 | 13D | 5A | 3E |
| Octal | 365 | 111 | 305 | 0 | 106 | 24 | 4 | 475 | 132 | 76 |
| Binary | 11110101 | 1001001 | 11000101 | 0 | 1000110 | 10100 | 100 | 100111101 | 1011010 | 111110 |
Color Harmonies of #F549C5
Complementary color
Monochromatic Colors of #F549C5
Black with #F549C5
Text Example
Text Example
White with #F549C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F549C5; }
p { color: rgb(245,73,197); }
H1.HeaderClassName
{
color: #F549C5;
}
.AnyTagClassName
{
color: #F549C5;
}
</style>
background-color css
<style>
a { background-color: #F549C5; }
a { background-color: rgb(245,73,197); }
div.DivClassName
{
background-color: #F549C5;
}
.BgClassName
{
background-color: #F549C5;
}
</style>
border-color css
<style>
span { border-color: #F549C5; }
span { border-color: rgb(245,73,197); }
td.TdClassName
{
border-color: #F549C5;
}
.TagClassName
{
border-color: #F549C5;
}
</style>