Shades of Brilliant Rose #F544AB
Tints of Brilliant Rose #F544AB
RGB
CMYK
RGB Variations
Color information
#F544AB (or 0xF544AB) is known color: Brilliant Rose. HEX triplet: F5, 44 and AB. RGB value is (245,68,171). Sum of RGB (Red+Green+Blue) = 245+68+171=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F544AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F544AB is #0ABB54. Grayscale: #848484. Windows color (decimal): -703317 or 11224309. OLE color: 11224309.
HSL color Cylindrical-coordinate representation of color #F544AB: hue angle of 325.08º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F544AB is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 171 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.04 |
| HSL | 325.08º | 0.9% | 0.61% | - |
| HSV(B) | 325.08º | 0.72% | 0.96% | - |
| XYZ | 47.07 | 26.49 | 41.16 | - |
| YUV | 132.67 | 149.64 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 171 | 0 | 0.72 | 0.30 | 0.04 | 325.08 | 0.9 | 0.61 |
| Hex | F5 | 44 | AB | 0 | 48 | 1E | 4 | 145 | 5A | 3D |
| Octal | 365 | 104 | 253 | 0 | 110 | 36 | 4 | 505 | 132 | 75 |
| Binary | 11110101 | 1000100 | 10101011 | 0 | 1001000 | 11110 | 100 | 101000101 | 1011010 | 111101 |
Color Harmonies of #F544AB
Complementary color
Monochromatic Colors of #F544AB
Black with #F544AB
Text Example
Text Example
White with #F544AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F544AB; }
p { color: rgb(245,68,171); }
H1.HeaderClassName
{
color: #F544AB;
}
.AnyTagClassName
{
color: #F544AB;
}
</style>
background-color css
<style>
a { background-color: #F544AB; }
a { background-color: rgb(245,68,171); }
div.DivClassName
{
background-color: #F544AB;
}
.BgClassName
{
background-color: #F544AB;
}
</style>
border-color css
<style>
span { border-color: #F544AB; }
span { border-color: rgb(245,68,171); }
td.TdClassName
{
border-color: #F544AB;
}
.TagClassName
{
border-color: #F544AB;
}
</style>