Shades of Brilliant Rose #F545A0
Tints of Brilliant Rose #F545A0
RGB
CMYK
RGB Variations
Color information
#F545A0 (or 0xF545A0) is known color: Brilliant Rose. HEX triplet: F5, 45 and A0. RGB value is (245,69,160). Sum of RGB (Red+Green+Blue) = 245+69+160=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F545A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F545A0 is #0ABA5F. Grayscale: #838383. Windows color (decimal): -703072 or 10503669. OLE color: 10503669.
HSL color Cylindrical-coordinate representation of color #F545A0: hue angle of 328.98º 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 #F545A0 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 160 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.04 |
| HSL | 328.98º | 0.9% | 0.62% | - |
| HSV(B) | 328.98º | 0.72% | 0.96% | - |
| XYZ | 46.13 | 26.21 | 35.88 | - |
| YUV | 132 | 143.81 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 160 | 0 | 0.72 | 0.35 | 0.04 | 328.98 | 0.9 | 0.62 |
| Hex | F5 | 45 | A0 | 0 | 48 | 23 | 4 | 149 | 5A | 3E |
| Octal | 365 | 105 | 240 | 0 | 110 | 43 | 4 | 511 | 132 | 76 |
| Binary | 11110101 | 1000101 | 10100000 | 0 | 1001000 | 100011 | 100 | 101001001 | 1011010 | 111110 |
Color Harmonies of #F545A0
Complementary color
Monochromatic Colors of #F545A0
Black with #F545A0
Text Example
Text Example
White with #F545A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F545A0; }
p { color: rgb(245,69,160); }
H1.HeaderClassName
{
color: #F545A0;
}
.AnyTagClassName
{
color: #F545A0;
}
</style>
background-color css
<style>
a { background-color: #F545A0; }
a { background-color: rgb(245,69,160); }
div.DivClassName
{
background-color: #F545A0;
}
.BgClassName
{
background-color: #F545A0;
}
</style>
border-color css
<style>
span { border-color: #F545A0; }
span { border-color: rgb(245,69,160); }
td.TdClassName
{
border-color: #F545A0;
}
.TagClassName
{
border-color: #F545A0;
}
</style>