Shades of Brilliant Rose #F557A0
Tints of Brilliant Rose #F557A0
RGB
CMYK
RGB Variations
Color information
#F557A0 (or 0xF557A0) is known color: Brilliant Rose. HEX triplet: F5, 57 and A0. RGB value is (245,87,160). Sum of RGB (Red+Green+Blue) = 245+87+160=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F557A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F557A0 is #0AA85F. Grayscale: #8E8E8E. Windows color (decimal): -698464 or 10508277. OLE color: 10508277.
HSL color Cylindrical-coordinate representation of color #F557A0: hue angle of 332.28º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F557A0 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 160 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.04 |
| HSL | 332.28º | 0.89% | 0.65% | - |
| HSV(B) | 332.28º | 0.64% | 0.96% | - |
| XYZ | 47.41 | 28.77 | 36.31 | - |
| YUV | 142.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 160 | 0 | 0.64 | 0.35 | 0.04 | 332.28 | 0.89 | 0.65 |
| Hex | F5 | 57 | A0 | 0 | 40 | 23 | 4 | 14C | 59 | 41 |
| Octal | 365 | 127 | 240 | 0 | 100 | 43 | 4 | 514 | 131 | 101 |
| Binary | 11110101 | 1010111 | 10100000 | 0 | 1000000 | 100011 | 100 | 101001100 | 1011001 | 1000001 |
Color Harmonies of #F557A0
Complementary color
Monochromatic Colors of #F557A0
Black with #F557A0
Text Example
Text Example
White with #F557A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F557A0; }
p { color: rgb(245,87,160); }
H1.HeaderClassName
{
color: #F557A0;
}
.AnyTagClassName
{
color: #F557A0;
}
</style>
background-color css
<style>
a { background-color: #F557A0; }
a { background-color: rgb(245,87,160); }
div.DivClassName
{
background-color: #F557A0;
}
.BgClassName
{
background-color: #F557A0;
}
</style>
border-color css
<style>
span { border-color: #F557A0; }
span { border-color: rgb(245,87,160); }
td.TdClassName
{
border-color: #F557A0;
}
.TagClassName
{
border-color: #F557A0;
}
</style>