Shades of Brilliant Rose #F545AB
Tints of Brilliant Rose #F545AB
RGB
CMYK
RGB Variations
Color information
#F545AB (or 0xF545AB) is known color: Brilliant Rose. HEX triplet: F5, 45 and AB. RGB value is (245,69,171). Sum of RGB (Red+Green+Blue) = 245+69+171=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F545AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F545AB is #0ABA54. Grayscale: #858585. Windows color (decimal): -703061 or 11224565. OLE color: 11224565.
HSL color Cylindrical-coordinate representation of color #F545AB: hue angle of 325.23º 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 #F545AB is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 171 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.04 |
| HSL | 325.23º | 0.9% | 0.62% | - |
| HSV(B) | 325.23º | 0.72% | 0.96% | - |
| XYZ | 47.13 | 26.61 | 41.18 | - |
| YUV | 133.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 171 | 0 | 0.72 | 0.30 | 0.04 | 325.23 | 0.9 | 0.62 |
| Hex | F5 | 45 | AB | 0 | 48 | 1E | 4 | 145 | 5A | 3E |
| Octal | 365 | 105 | 253 | 0 | 110 | 36 | 4 | 505 | 132 | 76 |
| Binary | 11110101 | 1000101 | 10101011 | 0 | 1001000 | 11110 | 100 | 101000101 | 1011010 | 111110 |
Color Harmonies of #F545AB
Complementary color
Monochromatic Colors of #F545AB
Black with #F545AB
Text Example
Text Example
White with #F545AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F545AB; }
p { color: rgb(245,69,171); }
H1.HeaderClassName
{
color: #F545AB;
}
.AnyTagClassName
{
color: #F545AB;
}
</style>
background-color css
<style>
a { background-color: #F545AB; }
a { background-color: rgb(245,69,171); }
div.DivClassName
{
background-color: #F545AB;
}
.BgClassName
{
background-color: #F545AB;
}
</style>
border-color css
<style>
span { border-color: #F545AB; }
span { border-color: rgb(245,69,171); }
td.TdClassName
{
border-color: #F545AB;
}
.TagClassName
{
border-color: #F545AB;
}
</style>