Shades of Brilliant Rose #F557A8
Tints of Brilliant Rose #F557A8
RGB
CMYK
RGB Variations
Color information
#F557A8 (or 0xF557A8) is known color: Brilliant Rose. HEX triplet: F5, 57 and A8. RGB value is (245,87,168). Sum of RGB (Red+Green+Blue) = 245+87+168=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F557A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F557A8 is #0AA857. Grayscale: #8F8F8F. Windows color (decimal): -698456 or 11032565. OLE color: 11032565.
HSL color Cylindrical-coordinate representation of color #F557A8: hue angle of 329.24º 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 #F557A8 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 168 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.04 |
| HSL | 329.24º | 0.89% | 0.65% | - |
| HSV(B) | 329.24º | 0.64% | 0.96% | - |
| XYZ | 48.13 | 29.06 | 40.12 | - |
| YUV | 143.48 | 141.85 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 168 | 0 | 0.64 | 0.31 | 0.04 | 329.24 | 0.89 | 0.65 |
| Hex | F5 | 57 | A8 | 0 | 40 | 1F | 4 | 149 | 59 | 41 |
| Octal | 365 | 127 | 250 | 0 | 100 | 37 | 4 | 511 | 131 | 101 |
| Binary | 11110101 | 1010111 | 10101000 | 0 | 1000000 | 11111 | 100 | 101001001 | 1011001 | 1000001 |
Color Harmonies of #F557A8
Complementary color
Monochromatic Colors of #F557A8
Black with #F557A8
Text Example
Text Example
White with #F557A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F557A8; }
p { color: rgb(245,87,168); }
H1.HeaderClassName
{
color: #F557A8;
}
.AnyTagClassName
{
color: #F557A8;
}
</style>
background-color css
<style>
a { background-color: #F557A8; }
a { background-color: rgb(245,87,168); }
div.DivClassName
{
background-color: #F557A8;
}
.BgClassName
{
background-color: #F557A8;
}
</style>
border-color css
<style>
span { border-color: #F557A8; }
span { border-color: rgb(245,87,168); }
td.TdClassName
{
border-color: #F557A8;
}
.TagClassName
{
border-color: #F557A8;
}
</style>