Shades of Brilliant Rose #F545AF
Tints of Brilliant Rose #F545AF
RGB
CMYK
RGB Variations
Color information
#F545AF (or 0xF545AF) is known color: Brilliant Rose. HEX triplet: F5, 45 and AF. RGB value is (245,69,175). Sum of RGB (Red+Green+Blue) = 245+69+175=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F545AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F545AF is #0ABA50. Grayscale: #858585. Windows color (decimal): -703057 or 11486709. OLE color: 11486709.
HSL color Cylindrical-coordinate representation of color #F545AF: hue angle of 323.86º 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 #F545AF is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 175 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.04 |
| HSL | 323.86º | 0.9% | 0.62% | - |
| HSV(B) | 323.86º | 0.72% | 0.96% | - |
| XYZ | 47.52 | 26.76 | 43.22 | - |
| YUV | 133.71 | 151.31 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 175 | 0 | 0.72 | 0.29 | 0.04 | 323.86 | 0.9 | 0.62 |
| Hex | F5 | 45 | AF | 0 | 48 | 1D | 4 | 144 | 5A | 3E |
| Octal | 365 | 105 | 257 | 0 | 110 | 35 | 4 | 504 | 132 | 76 |
| Binary | 11110101 | 1000101 | 10101111 | 0 | 1001000 | 11101 | 100 | 101000100 | 1011010 | 111110 |
Color Harmonies of #F545AF
Complementary color
Monochromatic Colors of #F545AF
Black with #F545AF
Text Example
Text Example
White with #F545AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F545AF; }
p { color: rgb(245,69,175); }
H1.HeaderClassName
{
color: #F545AF;
}
.AnyTagClassName
{
color: #F545AF;
}
</style>
background-color css
<style>
a { background-color: #F545AF; }
a { background-color: rgb(245,69,175); }
div.DivClassName
{
background-color: #F545AF;
}
.BgClassName
{
background-color: #F545AF;
}
</style>
border-color css
<style>
span { border-color: #F545AF; }
span { border-color: rgb(245,69,175); }
td.TdClassName
{
border-color: #F545AF;
}
.TagClassName
{
border-color: #F545AF;
}
</style>