Shades of Brilliant Rose #F546B0
Tints of Brilliant Rose #F546B0
RGB
CMYK
RGB Variations
Color information
#F546B0 (or 0xF546B0) is known color: Brilliant Rose. HEX triplet: F5, 46 and B0. RGB value is (245,70,176). Sum of RGB (Red+Green+Blue) = 245+70+176=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F546B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F546B0 is #0AB94F. Grayscale: #868686. Windows color (decimal): -702800 or 11552501. OLE color: 11552501.
HSL color Cylindrical-coordinate representation of color #F546B0: hue angle of 323.66º 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 #F546B0 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 176 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.04 |
| HSL | 323.66º | 0.9% | 0.62% | - |
| HSV(B) | 323.66º | 0.71% | 0.96% | - |
| XYZ | 47.68 | 26.93 | 43.76 | - |
| YUV | 134.41 | 151.48 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 176 | 0 | 0.71 | 0.28 | 0.04 | 323.66 | 0.9 | 0.62 |
| Hex | F5 | 46 | B0 | 0 | 47 | 1C | 4 | 144 | 5A | 3E |
| Octal | 365 | 106 | 260 | 0 | 107 | 34 | 4 | 504 | 132 | 76 |
| Binary | 11110101 | 1000110 | 10110000 | 0 | 1000111 | 11100 | 100 | 101000100 | 1011010 | 111110 |
Color Harmonies of #F546B0
Complementary color
Monochromatic Colors of #F546B0
Black with #F546B0
Text Example
Text Example
White with #F546B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F546B0; }
p { color: rgb(245,70,176); }
H1.HeaderClassName
{
color: #F546B0;
}
.AnyTagClassName
{
color: #F546B0;
}
</style>
background-color css
<style>
a { background-color: #F546B0; }
a { background-color: rgb(245,70,176); }
div.DivClassName
{
background-color: #F546B0;
}
.BgClassName
{
background-color: #F546B0;
}
</style>
border-color css
<style>
span { border-color: #F546B0; }
span { border-color: rgb(245,70,176); }
td.TdClassName
{
border-color: #F546B0;
}
.TagClassName
{
border-color: #F546B0;
}
</style>