Shades of Brilliant Rose #F549B1
Tints of Brilliant Rose #F549B1
RGB
CMYK
RGB Variations
Color information
#F549B1 (or 0xF549B1) is known color: Brilliant Rose. HEX triplet: F5, 49 and B1. RGB value is (245,73,177). Sum of RGB (Red+Green+Blue) = 245+73+177=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F549B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F549B1 is #0AB64E. Grayscale: #888888. Windows color (decimal): -702031 or 11618805. OLE color: 11618805.
HSL color Cylindrical-coordinate representation of color #F549B1: hue angle of 323.72º 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 #F549B1 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 177 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.04 |
| HSL | 323.72º | 0.9% | 0.62% | - |
| HSV(B) | 323.72º | 0.7% | 0.96% | - |
| XYZ | 47.97 | 27.35 | 44.35 | - |
| YUV | 136.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 177 | 0 | 0.70 | 0.28 | 0.04 | 323.72 | 0.9 | 0.62 |
| Hex | F5 | 49 | B1 | 0 | 46 | 1C | 4 | 144 | 5A | 3E |
| Octal | 365 | 111 | 261 | 0 | 106 | 34 | 4 | 504 | 132 | 76 |
| Binary | 11110101 | 1001001 | 10110001 | 0 | 1000110 | 11100 | 100 | 101000100 | 1011010 | 111110 |
Color Harmonies of #F549B1
Complementary color
Monochromatic Colors of #F549B1
Black with #F549B1
Text Example
Text Example
White with #F549B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F549B1; }
p { color: rgb(245,73,177); }
H1.HeaderClassName
{
color: #F549B1;
}
.AnyTagClassName
{
color: #F549B1;
}
</style>
background-color css
<style>
a { background-color: #F549B1; }
a { background-color: rgb(245,73,177); }
div.DivClassName
{
background-color: #F549B1;
}
.BgClassName
{
background-color: #F549B1;
}
</style>
border-color css
<style>
span { border-color: #F549B1; }
span { border-color: rgb(245,73,177); }
td.TdClassName
{
border-color: #F549B1;
}
.TagClassName
{
border-color: #F549B1;
}
</style>