Shades of Brilliant Rose #F544A8
Tints of Brilliant Rose #F544A8
RGB
CMYK
RGB Variations
Color information
#F544A8 (or 0xF544A8) is known color: Brilliant Rose. HEX triplet: F5, 44 and A8. RGB value is (245,68,168). Sum of RGB (Red+Green+Blue) = 245+68+168=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F544A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F544A8 is #0ABB57. Grayscale: #848484. Windows color (decimal): -703320 or 11027701. OLE color: 11027701.
HSL color Cylindrical-coordinate representation of color #F544A8: hue angle of 326.1º 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 #F544A8 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 168 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.04 |
| HSL | 326.1º | 0.9% | 0.61% | - |
| HSV(B) | 326.1º | 0.72% | 0.96% | - |
| XYZ | 46.79 | 26.37 | 39.67 | - |
| YUV | 132.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 168 | 0 | 0.72 | 0.31 | 0.04 | 326.1 | 0.9 | 0.61 |
| Hex | F5 | 44 | A8 | 0 | 48 | 1F | 4 | 146 | 5A | 3D |
| Octal | 365 | 104 | 250 | 0 | 110 | 37 | 4 | 506 | 132 | 75 |
| Binary | 11110101 | 1000100 | 10101000 | 0 | 1001000 | 11111 | 100 | 101000110 | 1011010 | 111101 |
Color Harmonies of #F544A8
Complementary color
Monochromatic Colors of #F544A8
Black with #F544A8
Text Example
Text Example
White with #F544A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F544A8; }
p { color: rgb(245,68,168); }
H1.HeaderClassName
{
color: #F544A8;
}
.AnyTagClassName
{
color: #F544A8;
}
</style>
background-color css
<style>
a { background-color: #F544A8; }
a { background-color: rgb(245,68,168); }
div.DivClassName
{
background-color: #F544A8;
}
.BgClassName
{
background-color: #F544A8;
}
</style>
border-color css
<style>
span { border-color: #F544A8; }
span { border-color: rgb(245,68,168); }
td.TdClassName
{
border-color: #F544A8;
}
.TagClassName
{
border-color: #F544A8;
}
</style>