Shades of Brilliant Rose #F54E9D
Tints of Brilliant Rose #F54E9D
RGB
CMYK
RGB Variations
Color information
#F54E9D (or 0xF54E9D) is known color: Brilliant Rose. HEX triplet: F5, 4E and 9D. RGB value is (245,78,157). Sum of RGB (Red+Green+Blue) = 245+78+157=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F54E9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54E9D is #0AB162. Grayscale: #888888. Windows color (decimal): -700771 or 10309365. OLE color: 10309365.
HSL color Cylindrical-coordinate representation of color #F54E9D: hue angle of 331.62º 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 #F54E9D is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 157 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.04 |
| HSL | 331.62º | 0.89% | 0.63% | - |
| HSV(B) | 331.62º | 0.68% | 0.96% | - |
| XYZ | 46.47 | 27.3 | 34.72 | - |
| YUV | 136.94 | 139.33 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 157 | 0 | 0.68 | 0.36 | 0.04 | 331.62 | 0.89 | 0.63 |
| Hex | F5 | 4E | 9D | 0 | 44 | 24 | 4 | 14C | 59 | 3F |
| Octal | 365 | 116 | 235 | 0 | 104 | 44 | 4 | 514 | 131 | 77 |
| Binary | 11110101 | 1001110 | 10011101 | 0 | 1000100 | 100100 | 100 | 101001100 | 1011001 | 111111 |
Color Harmonies of #F54E9D
Complementary color
Monochromatic Colors of #F54E9D
Black with #F54E9D
Text Example
Text Example
White with #F54E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54E9D; }
p { color: rgb(245,78,157); }
H1.HeaderClassName
{
color: #F54E9D;
}
.AnyTagClassName
{
color: #F54E9D;
}
</style>
background-color css
<style>
a { background-color: #F54E9D; }
a { background-color: rgb(245,78,157); }
div.DivClassName
{
background-color: #F54E9D;
}
.BgClassName
{
background-color: #F54E9D;
}
</style>
border-color css
<style>
span { border-color: #F54E9D; }
span { border-color: rgb(245,78,157); }
td.TdClassName
{
border-color: #F54E9D;
}
.TagClassName
{
border-color: #F54E9D;
}
</style>