Shades of Razzle Dazzle Rose #F549C8
Tints of Razzle Dazzle Rose #F549C8
RGB
CMYK
RGB Variations
Color information
#F549C8 (or 0xF549C8) is known color: Razzle Dazzle Rose. HEX triplet: F5, 49 and C8. RGB value is (245,73,200). Sum of RGB (Red+Green+Blue) = 245+73+200=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F549C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F549C8 is #0AB637. Grayscale: #8A8A8A. Windows color (decimal): -702008 or 13126133. OLE color: 13126133.
HSL color Cylindrical-coordinate representation of color #F549C8: hue angle of 315.7º 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 #F549C8 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 200 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.04 |
| HSL | 315.7º | 0.9% | 0.62% | - |
| HSV(B) | 315.7º | 0.7% | 0.96% | - |
| XYZ | 50.46 | 28.35 | 57.46 | - |
| YUV | 138.91 | 162.48 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 200 | 0 | 0.70 | 0.18 | 0.04 | 315.7 | 0.9 | 0.62 |
| Hex | F5 | 49 | C8 | 0 | 46 | 12 | 4 | 13C | 5A | 3E |
| Octal | 365 | 111 | 310 | 0 | 106 | 22 | 4 | 474 | 132 | 76 |
| Binary | 11110101 | 1001001 | 11001000 | 0 | 1000110 | 10010 | 100 | 100111100 | 1011010 | 111110 |
Color Harmonies of #F549C8
Complementary color
Monochromatic Colors of #F549C8
Black with #F549C8
Text Example
Text Example
White with #F549C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F549C8; }
p { color: rgb(245,73,200); }
H1.HeaderClassName
{
color: #F549C8;
}
.AnyTagClassName
{
color: #F549C8;
}
</style>
background-color css
<style>
a { background-color: #F549C8; }
a { background-color: rgb(245,73,200); }
div.DivClassName
{
background-color: #F549C8;
}
.BgClassName
{
background-color: #F549C8;
}
</style>
border-color css
<style>
span { border-color: #F549C8; }
span { border-color: rgb(245,73,200); }
td.TdClassName
{
border-color: #F549C8;
}
.TagClassName
{
border-color: #F549C8;
}
</style>