Shades of Brilliant Rose #F547A6
Tints of Brilliant Rose #F547A6
RGB
CMYK
RGB Variations
Color information
#F547A6 (or 0xF547A6) is known color: Brilliant Rose. HEX triplet: F5, 47 and A6. RGB value is (245,71,166). Sum of RGB (Red+Green+Blue) = 245+71+166=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F547A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F547A6 is #0AB859. Grayscale: #858585. Windows color (decimal): -702554 or 10897397. OLE color: 10897397.
HSL color Cylindrical-coordinate representation of color #F547A6: hue angle of 327.24º 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 #F547A6 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 166 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.04 |
| HSL | 327.24º | 0.9% | 0.62% | - |
| HSV(B) | 327.24º | 0.71% | 0.96% | - |
| XYZ | 46.79 | 26.67 | 38.76 | - |
| YUV | 133.86 | 146.15 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 166 | 0 | 0.71 | 0.32 | 0.04 | 327.24 | 0.9 | 0.62 |
| Hex | F5 | 47 | A6 | 0 | 47 | 20 | 4 | 147 | 5A | 3E |
| Octal | 365 | 107 | 246 | 0 | 107 | 40 | 4 | 507 | 132 | 76 |
| Binary | 11110101 | 1000111 | 10100110 | 0 | 1000111 | 100000 | 100 | 101000111 | 1011010 | 111110 |
Color Harmonies of #F547A6
Complementary color
Monochromatic Colors of #F547A6
Black with #F547A6
Text Example
Text Example
White with #F547A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F547A6; }
p { color: rgb(245,71,166); }
H1.HeaderClassName
{
color: #F547A6;
}
.AnyTagClassName
{
color: #F547A6;
}
</style>
background-color css
<style>
a { background-color: #F547A6; }
a { background-color: rgb(245,71,166); }
div.DivClassName
{
background-color: #F547A6;
}
.BgClassName
{
background-color: #F547A6;
}
</style>
border-color css
<style>
span { border-color: #F547A6; }
span { border-color: rgb(245,71,166); }
td.TdClassName
{
border-color: #F547A6;
}
.TagClassName
{
border-color: #F547A6;
}
</style>