Shades of Brilliant Rose #F546B1
Tints of Brilliant Rose #F546B1
RGB
CMYK
RGB Variations
Color information
#F546B1 (or 0xF546B1) is known color: Brilliant Rose. HEX triplet: F5, 46 and B1. RGB value is (245,70,177). Sum of RGB (Red+Green+Blue) = 245+70+177=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F546B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F546B1 is #0AB94E. Grayscale: #868686. Windows color (decimal): -702799 or 11618037. OLE color: 11618037.
HSL color Cylindrical-coordinate representation of color #F546B1: hue angle of 323.31º 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 #F546B1 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 177 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.04 |
| HSL | 323.31º | 0.9% | 0.62% | - |
| HSV(B) | 323.31º | 0.71% | 0.96% | - |
| XYZ | 47.78 | 26.97 | 44.28 | - |
| YUV | 134.52 | 151.98 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 177 | 0 | 0.71 | 0.28 | 0.04 | 323.31 | 0.9 | 0.62 |
| Hex | F5 | 46 | B1 | 0 | 47 | 1C | 4 | 143 | 5A | 3E |
| Octal | 365 | 106 | 261 | 0 | 107 | 34 | 4 | 503 | 132 | 76 |
| Binary | 11110101 | 1000110 | 10110001 | 0 | 1000111 | 11100 | 100 | 101000011 | 1011010 | 111110 |
Color Harmonies of #F546B1
Complementary color
Monochromatic Colors of #F546B1
Black with #F546B1
Text Example
Text Example
White with #F546B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F546B1; }
p { color: rgb(245,70,177); }
H1.HeaderClassName
{
color: #F546B1;
}
.AnyTagClassName
{
color: #F546B1;
}
</style>
background-color css
<style>
a { background-color: #F546B1; }
a { background-color: rgb(245,70,177); }
div.DivClassName
{
background-color: #F546B1;
}
.BgClassName
{
background-color: #F546B1;
}
</style>
border-color css
<style>
span { border-color: #F546B1; }
span { border-color: rgb(245,70,177); }
td.TdClassName
{
border-color: #F546B1;
}
.TagClassName
{
border-color: #F546B1;
}
</style>