Shades of Brilliant Rose #F545A4
Tints of Brilliant Rose #F545A4
RGB
CMYK
RGB Variations
Color information
#F545A4 (or 0xF545A4) is known color: Brilliant Rose. HEX triplet: F5, 45 and A4. RGB value is (245,69,164). Sum of RGB (Red+Green+Blue) = 245+69+164=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F545A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F545A4 is #0ABA5B. Grayscale: #848484. Windows color (decimal): -703068 or 10765813. OLE color: 10765813.
HSL color Cylindrical-coordinate representation of color #F545A4: hue angle of 327.61º 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 #F545A4 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 164 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.04 |
| HSL | 327.61º | 0.9% | 0.62% | - |
| HSV(B) | 327.61º | 0.72% | 0.96% | - |
| XYZ | 46.49 | 26.35 | 37.76 | - |
| YUV | 132.45 | 145.81 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 164 | 0 | 0.72 | 0.33 | 0.04 | 327.61 | 0.9 | 0.62 |
| Hex | F5 | 45 | A4 | 0 | 48 | 21 | 4 | 148 | 5A | 3E |
| Octal | 365 | 105 | 244 | 0 | 110 | 41 | 4 | 510 | 132 | 76 |
| Binary | 11110101 | 1000101 | 10100100 | 0 | 1001000 | 100001 | 100 | 101001000 | 1011010 | 111110 |
Color Harmonies of #F545A4
Complementary color
Monochromatic Colors of #F545A4
Black with #F545A4
Text Example
Text Example
White with #F545A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F545A4; }
p { color: rgb(245,69,164); }
H1.HeaderClassName
{
color: #F545A4;
}
.AnyTagClassName
{
color: #F545A4;
}
</style>
background-color css
<style>
a { background-color: #F545A4; }
a { background-color: rgb(245,69,164); }
div.DivClassName
{
background-color: #F545A4;
}
.BgClassName
{
background-color: #F545A4;
}
</style>
border-color css
<style>
span { border-color: #F545A4; }
span { border-color: rgb(245,69,164); }
td.TdClassName
{
border-color: #F545A4;
}
.TagClassName
{
border-color: #F545A4;
}
</style>