Shades of Brilliant Rose #F549AF
Tints of Brilliant Rose #F549AF
RGB
CMYK
RGB Variations
Color information
#F549AF (or 0xF549AF) is known color: Brilliant Rose. HEX triplet: F5, 49 and AF. RGB value is (245,73,175). Sum of RGB (Red+Green+Blue) = 245+73+175=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F549AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F549AF is #0AB650. Grayscale: #878787. Windows color (decimal): -702033 or 11487733. OLE color: 11487733.
HSL color Cylindrical-coordinate representation of color #F549AF: hue angle of 324.42º 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 #F549AF is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 175 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.04 |
| HSL | 324.42º | 0.9% | 0.62% | - |
| HSV(B) | 324.42º | 0.7% | 0.96% | - |
| XYZ | 47.78 | 27.27 | 43.3 | - |
| YUV | 136.06 | 149.98 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 175 | 0 | 0.70 | 0.29 | 0.04 | 324.42 | 0.9 | 0.62 |
| Hex | F5 | 49 | AF | 0 | 46 | 1D | 4 | 144 | 5A | 3E |
| Octal | 365 | 111 | 257 | 0 | 106 | 35 | 4 | 504 | 132 | 76 |
| Binary | 11110101 | 1001001 | 10101111 | 0 | 1000110 | 11101 | 100 | 101000100 | 1011010 | 111110 |
Color Harmonies of #F549AF
Complementary color
Monochromatic Colors of #F549AF
Black with #F549AF
Text Example
Text Example
White with #F549AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F549AF; }
p { color: rgb(245,73,175); }
H1.HeaderClassName
{
color: #F549AF;
}
.AnyTagClassName
{
color: #F549AF;
}
</style>
background-color css
<style>
a { background-color: #F549AF; }
a { background-color: rgb(245,73,175); }
div.DivClassName
{
background-color: #F549AF;
}
.BgClassName
{
background-color: #F549AF;
}
</style>
border-color css
<style>
span { border-color: #F549AF; }
span { border-color: rgb(245,73,175); }
td.TdClassName
{
border-color: #F549AF;
}
.TagClassName
{
border-color: #F549AF;
}
</style>