Shades of Brilliant Rose #F5549B
Tints of Brilliant Rose #F5549B
RGB
CMYK
RGB Variations
Color information
#F5549B (or 0xF5549B) is known color: Brilliant Rose. HEX triplet: F5, 54 and 9B. RGB value is (245,84,155). Sum of RGB (Red+Green+Blue) = 245+84+155=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5549B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5549B is #0AAB64. Grayscale: #8C8C8C. Windows color (decimal): -699237 or 10179829. OLE color: 10179829.
HSL color Cylindrical-coordinate representation of color #F5549B: hue angle of 333.54º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5549B is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 155 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.04 |
| HSL | 333.54º | 0.89% | 0.65% | - |
| HSV(B) | 333.54º | 0.66% | 0.96% | - |
| XYZ | 46.74 | 28.12 | 33.97 | - |
| YUV | 140.23 | 136.34 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 155 | 0 | 0.66 | 0.37 | 0.04 | 333.54 | 0.89 | 0.65 |
| Hex | F5 | 54 | 9B | 0 | 42 | 25 | 4 | 14E | 59 | 41 |
| Octal | 365 | 124 | 233 | 0 | 102 | 45 | 4 | 516 | 131 | 101 |
| Binary | 11110101 | 1010100 | 10011011 | 0 | 1000010 | 100101 | 100 | 101001110 | 1011001 | 1000001 |
Color Harmonies of #F5549B
Complementary color
Monochromatic Colors of #F5549B
Black with #F5549B
Text Example
Text Example
White with #F5549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5549B; }
p { color: rgb(245,84,155); }
H1.HeaderClassName
{
color: #F5549B;
}
.AnyTagClassName
{
color: #F5549B;
}
</style>
background-color css
<style>
a { background-color: #F5549B; }
a { background-color: rgb(245,84,155); }
div.DivClassName
{
background-color: #F5549B;
}
.BgClassName
{
background-color: #F5549B;
}
</style>
border-color css
<style>
span { border-color: #F5549B; }
span { border-color: rgb(245,84,155); }
td.TdClassName
{
border-color: #F5549B;
}
.TagClassName
{
border-color: #F5549B;
}
</style>