Shades of Razzle Dazzle Rose #F549D0
Tints of Razzle Dazzle Rose #F549D0
RGB
CMYK
RGB Variations
Color information
#F549D0 (or 0xF549D0) is known color: Razzle Dazzle Rose. HEX triplet: F5, 49 and D0. RGB value is (245,73,208). Sum of RGB (Red+Green+Blue) = 245+73+208=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F549D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F549D0 is #0AB62F. Grayscale: #8B8B8B. Windows color (decimal): -702000 or 13650421. OLE color: 13650421.
HSL color Cylindrical-coordinate representation of color #F549D0: hue angle of 312.91º 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 #F549D0 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 208 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.04 |
| HSL | 312.91º | 0.9% | 0.62% | - |
| HSV(B) | 312.91º | 0.7% | 0.96% | - |
| XYZ | 51.42 | 28.73 | 62.51 | - |
| YUV | 139.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 208 | 0 | 0.70 | 0.15 | 0.04 | 312.91 | 0.9 | 0.62 |
| Hex | F5 | 49 | D0 | 0 | 46 | F | 4 | 139 | 5A | 3E |
| Octal | 365 | 111 | 320 | 0 | 106 | 17 | 4 | 471 | 132 | 76 |
| Binary | 11110101 | 1001001 | 11010000 | 0 | 1000110 | 1111 | 100 | 100111001 | 1011010 | 111110 |
Color Harmonies of #F549D0
Complementary color
Monochromatic Colors of #F549D0
Black with #F549D0
Text Example
Text Example
White with #F549D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F549D0; }
p { color: rgb(245,73,208); }
H1.HeaderClassName
{
color: #F549D0;
}
.AnyTagClassName
{
color: #F549D0;
}
</style>
background-color css
<style>
a { background-color: #F549D0; }
a { background-color: rgb(245,73,208); }
div.DivClassName
{
background-color: #F549D0;
}
.BgClassName
{
background-color: #F549D0;
}
</style>
border-color css
<style>
span { border-color: #F549D0; }
span { border-color: rgb(245,73,208); }
td.TdClassName
{
border-color: #F549D0;
}
.TagClassName
{
border-color: #F549D0;
}
</style>