Shades of Brilliant Rose #F54D9A
Tints of Brilliant Rose #F54D9A
RGB
CMYK
RGB Variations
Color information
#F54D9A (or 0xF54D9A) is known color: Brilliant Rose. HEX triplet: F5, 4D and 9A. RGB value is (245,77,154). Sum of RGB (Red+Green+Blue) = 245+77+154=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54D9A is #0AB265. Grayscale: #878787. Windows color (decimal): -701030 or 10112501. OLE color: 10112501.
HSL color Cylindrical-coordinate representation of color #F54D9A: hue angle of 332.5º 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 #F54D9A is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 154 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.04 |
| HSL | 332.5º | 0.89% | 0.63% | - |
| HSV(B) | 332.5º | 0.69% | 0.96% | - |
| XYZ | 46.14 | 27.05 | 33.36 | - |
| YUV | 136.01 | 138.16 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 154 | 0 | 0.69 | 0.37 | 0.04 | 332.5 | 0.89 | 0.63 |
| Hex | F5 | 4D | 9A | 0 | 45 | 25 | 4 | 14C | 59 | 3F |
| Octal | 365 | 115 | 232 | 0 | 105 | 45 | 4 | 514 | 131 | 77 |
| Binary | 11110101 | 1001101 | 10011010 | 0 | 1000101 | 100101 | 100 | 101001100 | 1011001 | 111111 |
Color Harmonies of #F54D9A
Complementary color
Monochromatic Colors of #F54D9A
Black with #F54D9A
Text Example
Text Example
White with #F54D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D9A; }
p { color: rgb(245,77,154); }
H1.HeaderClassName
{
color: #F54D9A;
}
.AnyTagClassName
{
color: #F54D9A;
}
</style>
background-color css
<style>
a { background-color: #F54D9A; }
a { background-color: rgb(245,77,154); }
div.DivClassName
{
background-color: #F54D9A;
}
.BgClassName
{
background-color: #F54D9A;
}
</style>
border-color css
<style>
span { border-color: #F54D9A; }
span { border-color: rgb(245,77,154); }
td.TdClassName
{
border-color: #F54D9A;
}
.TagClassName
{
border-color: #F54D9A;
}
</style>