Shades of Brilliant Rose #F547A8
Tints of Brilliant Rose #F547A8
RGB
CMYK
RGB Variations
Color information
#F547A8 (or 0xF547A8) is known color: Brilliant Rose. HEX triplet: F5, 47 and A8. RGB value is (245,71,168). Sum of RGB (Red+Green+Blue) = 245+71+168=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F547A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F547A8 is #0AB857. Grayscale: #858585. Windows color (decimal): -702552 or 11028469. OLE color: 11028469.
HSL color Cylindrical-coordinate representation of color #F547A8: hue angle of 326.55º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F547A8 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 168 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.04 |
| HSL | 326.55º | 0.9% | 0.62% | - |
| HSV(B) | 326.55º | 0.71% | 0.96% | - |
| XYZ | 46.98 | 26.75 | 39.73 | - |
| YUV | 134.08 | 147.15 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 168 | 0 | 0.71 | 0.31 | 0.04 | 326.55 | 0.9 | 0.62 |
| Hex | F5 | 47 | A8 | 0 | 47 | 1F | 4 | 147 | 5A | 3E |
| Octal | 365 | 107 | 250 | 0 | 107 | 37 | 4 | 507 | 132 | 76 |
| Binary | 11110101 | 1000111 | 10101000 | 0 | 1000111 | 11111 | 100 | 101000111 | 1011010 | 111110 |
Color Harmonies of #F547A8
Complementary color
Monochromatic Colors of #F547A8
Black with #F547A8
Text Example
Text Example
White with #F547A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F547A8; }
p { color: rgb(245,71,168); }
H1.HeaderClassName
{
color: #F547A8;
}
.AnyTagClassName
{
color: #F547A8;
}
</style>
background-color css
<style>
a { background-color: #F547A8; }
a { background-color: rgb(245,71,168); }
div.DivClassName
{
background-color: #F547A8;
}
.BgClassName
{
background-color: #F547A8;
}
</style>
border-color css
<style>
span { border-color: #F547A8; }
span { border-color: rgb(245,71,168); }
td.TdClassName
{
border-color: #F547A8;
}
.TagClassName
{
border-color: #F547A8;
}
</style>