Shades of Brilliant Rose #F54CA9
Tints of Brilliant Rose #F54CA9
RGB
CMYK
RGB Variations
Color information
#F54CA9 (or 0xF54CA9) is known color: Brilliant Rose. HEX triplet: F5, 4C and A9. RGB value is (245,76,169). Sum of RGB (Red+Green+Blue) = 245+76+169=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F54CA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54CA9 is #0AB356. Grayscale: #888888. Windows color (decimal): -701271 or 11095285. OLE color: 11095285.
HSL color Cylindrical-coordinate representation of color #F54CA9: hue angle of 326.98º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54CA9 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 169 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.04 |
| HSL | 326.98º | 0.89% | 0.63% | - |
| HSV(B) | 326.98º | 0.69% | 0.96% | - |
| XYZ | 47.4 | 27.45 | 40.34 | - |
| YUV | 137.13 | 145.99 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 169 | 0 | 0.69 | 0.31 | 0.04 | 326.98 | 0.89 | 0.63 |
| Hex | F5 | 4C | A9 | 0 | 45 | 1F | 4 | 147 | 59 | 3F |
| Octal | 365 | 114 | 251 | 0 | 105 | 37 | 4 | 507 | 131 | 77 |
| Binary | 11110101 | 1001100 | 10101001 | 0 | 1000101 | 11111 | 100 | 101000111 | 1011001 | 111111 |
Color Harmonies of #F54CA9
Complementary color
Monochromatic Colors of #F54CA9
Black with #F54CA9
Text Example
Text Example
White with #F54CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54CA9; }
p { color: rgb(245,76,169); }
H1.HeaderClassName
{
color: #F54CA9;
}
.AnyTagClassName
{
color: #F54CA9;
}
</style>
background-color css
<style>
a { background-color: #F54CA9; }
a { background-color: rgb(245,76,169); }
div.DivClassName
{
background-color: #F54CA9;
}
.BgClassName
{
background-color: #F54CA9;
}
</style>
border-color css
<style>
span { border-color: #F54CA9; }
span { border-color: rgb(245,76,169); }
td.TdClassName
{
border-color: #F54CA9;
}
.TagClassName
{
border-color: #F54CA9;
}
</style>