Shades of Brilliant Rose #F54E9A
Tints of Brilliant Rose #F54E9A
RGB
CMYK
RGB Variations
Color information
#F54E9A (or 0xF54E9A) is known color: Brilliant Rose. HEX triplet: F5, 4E and 9A. RGB value is (245,78,154). Sum of RGB (Red+Green+Blue) = 245+78+154=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F54E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54E9A is #0AB165. Grayscale: #888888. Windows color (decimal): -700774 or 10112757. OLE color: 10112757.
HSL color Cylindrical-coordinate representation of color #F54E9A: hue angle of 332.69º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54E9A is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 154 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.04 |
| HSL | 332.69º | 0.89% | 0.63% | - |
| HSV(B) | 332.69º | 0.68% | 0.96% | - |
| XYZ | 46.21 | 27.19 | 33.39 | - |
| YUV | 136.6 | 137.83 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 154 | 0 | 0.68 | 0.37 | 0.04 | 332.69 | 0.89 | 0.63 |
| Hex | F5 | 4E | 9A | 0 | 44 | 25 | 4 | 14D | 59 | 3F |
| Octal | 365 | 116 | 232 | 0 | 104 | 45 | 4 | 515 | 131 | 77 |
| Binary | 11110101 | 1001110 | 10011010 | 0 | 1000100 | 100101 | 100 | 101001101 | 1011001 | 111111 |
Color Harmonies of #F54E9A
Complementary color
Monochromatic Colors of #F54E9A
Black with #F54E9A
Text Example
Text Example
White with #F54E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54E9A; }
p { color: rgb(245,78,154); }
H1.HeaderClassName
{
color: #F54E9A;
}
.AnyTagClassName
{
color: #F54E9A;
}
</style>
background-color css
<style>
a { background-color: #F54E9A; }
a { background-color: rgb(245,78,154); }
div.DivClassName
{
background-color: #F54E9A;
}
.BgClassName
{
background-color: #F54E9A;
}
</style>
border-color css
<style>
span { border-color: #F54E9A; }
span { border-color: rgb(245,78,154); }
td.TdClassName
{
border-color: #F54E9A;
}
.TagClassName
{
border-color: #F54E9A;
}
</style>