Shades of Brilliant Rose #F545B0
Tints of Brilliant Rose #F545B0
RGB
CMYK
RGB Variations
Color information
#F545B0 (or 0xF545B0) is known color: Brilliant Rose. HEX triplet: F5, 45 and B0. RGB value is (245,69,176). Sum of RGB (Red+Green+Blue) = 245+69+176=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F545B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F545B0 is #0ABA4F. Grayscale: #858585. Windows color (decimal): -703056 or 11552245. OLE color: 11552245.
HSL color Cylindrical-coordinate representation of color #F545B0: hue angle of 323.52º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F545B0 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 176 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.04 |
| HSL | 323.52º | 0.9% | 0.62% | - |
| HSV(B) | 323.52º | 0.72% | 0.96% | - |
| XYZ | 47.62 | 26.8 | 43.74 | - |
| YUV | 133.82 | 151.81 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 176 | 0 | 0.72 | 0.28 | 0.04 | 323.52 | 0.9 | 0.62 |
| Hex | F5 | 45 | B0 | 0 | 48 | 1C | 4 | 144 | 5A | 3E |
| Octal | 365 | 105 | 260 | 0 | 110 | 34 | 4 | 504 | 132 | 76 |
| Binary | 11110101 | 1000101 | 10110000 | 0 | 1001000 | 11100 | 100 | 101000100 | 1011010 | 111110 |
Color Harmonies of #F545B0
Complementary color
Monochromatic Colors of #F545B0
Black with #F545B0
Text Example
Text Example
White with #F545B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F545B0; }
p { color: rgb(245,69,176); }
H1.HeaderClassName
{
color: #F545B0;
}
.AnyTagClassName
{
color: #F545B0;
}
</style>
background-color css
<style>
a { background-color: #F545B0; }
a { background-color: rgb(245,69,176); }
div.DivClassName
{
background-color: #F545B0;
}
.BgClassName
{
background-color: #F545B0;
}
</style>
border-color css
<style>
span { border-color: #F545B0; }
span { border-color: rgb(245,69,176); }
td.TdClassName
{
border-color: #F545B0;
}
.TagClassName
{
border-color: #F545B0;
}
</style>