Shades of Brilliant Rose #F54EB5
Tints of Brilliant Rose #F54EB5
RGB
CMYK
RGB Variations
Color information
#F54EB5 (or 0xF54EB5) is known color: Brilliant Rose. HEX triplet: F5, 4E and B5. RGB value is (245,78,181). Sum of RGB (Red+Green+Blue) = 245+78+181=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F54EB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54EB5 is #0AB14A. Grayscale: #8B8B8B. Windows color (decimal): -700747 or 11882229. OLE color: 11882229.
HSL color Cylindrical-coordinate representation of color #F54EB5: hue angle of 322.99º 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 #F54EB5 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 181 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.04 |
| HSL | 322.99º | 0.89% | 0.63% | - |
| HSV(B) | 322.99º | 0.68% | 0.96% | - |
| XYZ | 48.72 | 28.2 | 46.59 | - |
| YUV | 139.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 181 | 0 | 0.68 | 0.26 | 0.04 | 322.99 | 0.89 | 0.63 |
| Hex | F5 | 4E | B5 | 0 | 44 | 1A | 4 | 143 | 59 | 3F |
| Octal | 365 | 116 | 265 | 0 | 104 | 32 | 4 | 503 | 131 | 77 |
| Binary | 11110101 | 1001110 | 10110101 | 0 | 1000100 | 11010 | 100 | 101000011 | 1011001 | 111111 |
Color Harmonies of #F54EB5
Complementary color
Monochromatic Colors of #F54EB5
Black with #F54EB5
Text Example
Text Example
White with #F54EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54EB5; }
p { color: rgb(245,78,181); }
H1.HeaderClassName
{
color: #F54EB5;
}
.AnyTagClassName
{
color: #F54EB5;
}
</style>
background-color css
<style>
a { background-color: #F54EB5; }
a { background-color: rgb(245,78,181); }
div.DivClassName
{
background-color: #F54EB5;
}
.BgClassName
{
background-color: #F54EB5;
}
</style>
border-color css
<style>
span { border-color: #F54EB5; }
span { border-color: rgb(245,78,181); }
td.TdClassName
{
border-color: #F54EB5;
}
.TagClassName
{
border-color: #F54EB5;
}
</style>