Shades of Brilliant Rose #F54EAF
Tints of Brilliant Rose #F54EAF
RGB
CMYK
RGB Variations
Color information
#F54EAF (or 0xF54EAF) is known color: Brilliant Rose. HEX triplet: F5, 4E and AF. RGB value is (245,78,175). Sum of RGB (Red+Green+Blue) = 245+78+175=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F54EAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54EAF is #0AB150. Grayscale: #8A8A8A. Windows color (decimal): -700753 or 11489013. OLE color: 11489013.
HSL color Cylindrical-coordinate representation of color #F54EAF: hue angle of 325.15º 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 #F54EAF is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 175 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.04 |
| HSL | 325.15º | 0.89% | 0.63% | - |
| HSV(B) | 325.15º | 0.68% | 0.96% | - |
| XYZ | 48.12 | 27.96 | 43.42 | - |
| YUV | 138.99 | 148.33 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 175 | 0 | 0.68 | 0.29 | 0.04 | 325.15 | 0.89 | 0.63 |
| Hex | F5 | 4E | AF | 0 | 44 | 1D | 4 | 145 | 59 | 3F |
| Octal | 365 | 116 | 257 | 0 | 104 | 35 | 4 | 505 | 131 | 77 |
| Binary | 11110101 | 1001110 | 10101111 | 0 | 1000100 | 11101 | 100 | 101000101 | 1011001 | 111111 |
Color Harmonies of #F54EAF
Complementary color
Monochromatic Colors of #F54EAF
Black with #F54EAF
Text Example
Text Example
White with #F54EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54EAF; }
p { color: rgb(245,78,175); }
H1.HeaderClassName
{
color: #F54EAF;
}
.AnyTagClassName
{
color: #F54EAF;
}
</style>
background-color css
<style>
a { background-color: #F54EAF; }
a { background-color: rgb(245,78,175); }
div.DivClassName
{
background-color: #F54EAF;
}
.BgClassName
{
background-color: #F54EAF;
}
</style>
border-color css
<style>
span { border-color: #F54EAF; }
span { border-color: rgb(245,78,175); }
td.TdClassName
{
border-color: #F54EAF;
}
.TagClassName
{
border-color: #F54EAF;
}
</style>