Shades of Brilliant Rose #F557AA
Tints of Brilliant Rose #F557AA
RGB
CMYK
RGB Variations
Color information
#F557AA (or 0xF557AA) is known color: Brilliant Rose. HEX triplet: F5, 57 and AA. RGB value is (245,87,170). Sum of RGB (Red+Green+Blue) = 245+87+170=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F557AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F557AA is #0AA855. Grayscale: #8F8F8F. Windows color (decimal): -698454 or 11163637. OLE color: 11163637.
HSL color Cylindrical-coordinate representation of color #F557AA: hue angle of 328.48º 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 #F557AA is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 170 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.04 |
| HSL | 328.48º | 0.89% | 0.65% | - |
| HSV(B) | 328.48º | 0.64% | 0.96% | - |
| XYZ | 48.32 | 29.13 | 41.11 | - |
| YUV | 143.7 | 142.85 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 170 | 0 | 0.64 | 0.31 | 0.04 | 328.48 | 0.89 | 0.65 |
| Hex | F5 | 57 | AA | 0 | 40 | 1F | 4 | 148 | 59 | 41 |
| Octal | 365 | 127 | 252 | 0 | 100 | 37 | 4 | 510 | 131 | 101 |
| Binary | 11110101 | 1010111 | 10101010 | 0 | 1000000 | 11111 | 100 | 101001000 | 1011001 | 1000001 |
Color Harmonies of #F557AA
Complementary color
Monochromatic Colors of #F557AA
Black with #F557AA
Text Example
Text Example
White with #F557AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F557AA; }
p { color: rgb(245,87,170); }
H1.HeaderClassName
{
color: #F557AA;
}
.AnyTagClassName
{
color: #F557AA;
}
</style>
background-color css
<style>
a { background-color: #F557AA; }
a { background-color: rgb(245,87,170); }
div.DivClassName
{
background-color: #F557AA;
}
.BgClassName
{
background-color: #F557AA;
}
</style>
border-color css
<style>
span { border-color: #F557AA; }
span { border-color: rgb(245,87,170); }
td.TdClassName
{
border-color: #F557AA;
}
.TagClassName
{
border-color: #F557AA;
}
</style>