Shades of Brilliant Rose #F545A3
Tints of Brilliant Rose #F545A3
RGB
CMYK
RGB Variations
Color information
#F545A3 (or 0xF545A3) is known color: Brilliant Rose. HEX triplet: F5, 45 and A3. RGB value is (245,69,163). Sum of RGB (Red+Green+Blue) = 245+69+163=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F545A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F545A3 is #0ABA5C. Grayscale: #848484. Windows color (decimal): -703069 or 10700277. OLE color: 10700277.
HSL color Cylindrical-coordinate representation of color #F545A3: hue angle of 327.95º 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 #F545A3 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 163 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.04 |
| HSL | 327.95º | 0.9% | 0.62% | - |
| HSV(B) | 327.95º | 0.72% | 0.96% | - |
| XYZ | 46.4 | 26.31 | 37.28 | - |
| YUV | 132.34 | 145.31 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 163 | 0 | 0.72 | 0.33 | 0.04 | 327.95 | 0.9 | 0.62 |
| Hex | F5 | 45 | A3 | 0 | 48 | 21 | 4 | 148 | 5A | 3E |
| Octal | 365 | 105 | 243 | 0 | 110 | 41 | 4 | 510 | 132 | 76 |
| Binary | 11110101 | 1000101 | 10100011 | 0 | 1001000 | 100001 | 100 | 101001000 | 1011010 | 111110 |
Color Harmonies of #F545A3
Complementary color
Monochromatic Colors of #F545A3
Black with #F545A3
Text Example
Text Example
White with #F545A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F545A3; }
p { color: rgb(245,69,163); }
H1.HeaderClassName
{
color: #F545A3;
}
.AnyTagClassName
{
color: #F545A3;
}
</style>
background-color css
<style>
a { background-color: #F545A3; }
a { background-color: rgb(245,69,163); }
div.DivClassName
{
background-color: #F545A3;
}
.BgClassName
{
background-color: #F545A3;
}
</style>
border-color css
<style>
span { border-color: #F545A3; }
span { border-color: rgb(245,69,163); }
td.TdClassName
{
border-color: #F545A3;
}
.TagClassName
{
border-color: #F545A3;
}
</style>