Shades of Razzle Dazzle Rose #F549CF
Tints of Razzle Dazzle Rose #F549CF
RGB
CMYK
RGB Variations
Color information
#F549CF (or 0xF549CF) is known color: Razzle Dazzle Rose. HEX triplet: F5, 49 and CF. RGB value is (245,73,207). Sum of RGB (Red+Green+Blue) = 245+73+207=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F549CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F549CF is #0AB630. Grayscale: #8B8B8B. Windows color (decimal): -702001 or 13584885. OLE color: 13584885.
HSL color Cylindrical-coordinate representation of color #F549CF: hue angle of 313.26º 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 #F549CF is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 207 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.04 |
| HSL | 313.26º | 0.9% | 0.62% | - |
| HSV(B) | 313.26º | 0.7% | 0.96% | - |
| XYZ | 51.3 | 28.68 | 61.86 | - |
| YUV | 139.7 | 165.98 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 207 | 0 | 0.70 | 0.16 | 0.04 | 313.26 | 0.9 | 0.62 |
| Hex | F5 | 49 | CF | 0 | 46 | 10 | 4 | 139 | 5A | 3E |
| Octal | 365 | 111 | 317 | 0 | 106 | 20 | 4 | 471 | 132 | 76 |
| Binary | 11110101 | 1001001 | 11001111 | 0 | 1000110 | 10000 | 100 | 100111001 | 1011010 | 111110 |
Color Harmonies of #F549CF
Complementary color
Monochromatic Colors of #F549CF
Black with #F549CF
Text Example
Text Example
White with #F549CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F549CF; }
p { color: rgb(245,73,207); }
H1.HeaderClassName
{
color: #F549CF;
}
.AnyTagClassName
{
color: #F549CF;
}
</style>
background-color css
<style>
a { background-color: #F549CF; }
a { background-color: rgb(245,73,207); }
div.DivClassName
{
background-color: #F549CF;
}
.BgClassName
{
background-color: #F549CF;
}
</style>
border-color css
<style>
span { border-color: #F549CF; }
span { border-color: rgb(245,73,207); }
td.TdClassName
{
border-color: #F549CF;
}
.TagClassName
{
border-color: #F549CF;
}
</style>