Shades of Brilliant Rose #F54D9C
Tints of Brilliant Rose #F54D9C
RGB
CMYK
RGB Variations
Color information
#F54D9C (or 0xF54D9C) is known color: Brilliant Rose. HEX triplet: F5, 4D and 9C. RGB value is (245,77,156). Sum of RGB (Red+Green+Blue) = 245+77+156=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54D9C is #0AB263. Grayscale: #888888. Windows color (decimal): -701028 or 10243573. OLE color: 10243573.
HSL color Cylindrical-coordinate representation of color #F54D9C: hue angle of 331.79º 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 #F54D9C is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 156 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.04 |
| HSL | 331.79º | 0.89% | 0.63% | - |
| HSV(B) | 331.79º | 0.69% | 0.96% | - |
| XYZ | 46.31 | 27.12 | 34.25 | - |
| YUV | 136.24 | 139.16 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 156 | 0 | 0.69 | 0.36 | 0.04 | 331.79 | 0.89 | 0.63 |
| Hex | F5 | 4D | 9C | 0 | 45 | 24 | 4 | 14C | 59 | 3F |
| Octal | 365 | 115 | 234 | 0 | 105 | 44 | 4 | 514 | 131 | 77 |
| Binary | 11110101 | 1001101 | 10011100 | 0 | 1000101 | 100100 | 100 | 101001100 | 1011001 | 111111 |
Color Harmonies of #F54D9C
Complementary color
Monochromatic Colors of #F54D9C
Black with #F54D9C
Text Example
Text Example
White with #F54D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D9C; }
p { color: rgb(245,77,156); }
H1.HeaderClassName
{
color: #F54D9C;
}
.AnyTagClassName
{
color: #F54D9C;
}
</style>
background-color css
<style>
a { background-color: #F54D9C; }
a { background-color: rgb(245,77,156); }
div.DivClassName
{
background-color: #F54D9C;
}
.BgClassName
{
background-color: #F54D9C;
}
</style>
border-color css
<style>
span { border-color: #F54D9C; }
span { border-color: rgb(245,77,156); }
td.TdClassName
{
border-color: #F54D9C;
}
.TagClassName
{
border-color: #F54D9C;
}
</style>