Shades of Brilliant Rose #F556A8
Tints of Brilliant Rose #F556A8
RGB
CMYK
RGB Variations
Color information
#F556A8 (or 0xF556A8) is known color: Brilliant Rose. HEX triplet: F5, 56 and A8. RGB value is (245,86,168). Sum of RGB (Red+Green+Blue) = 245+86+168=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F556A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F556A8 is #0AA957. Grayscale: #8E8E8E. Windows color (decimal): -698712 or 11032309. OLE color: 11032309.
HSL color Cylindrical-coordinate representation of color #F556A8: hue angle of 329.06º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F556A8 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 168 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.04 |
| HSL | 329.06º | 0.89% | 0.65% | - |
| HSV(B) | 329.06º | 0.65% | 0.96% | - |
| XYZ | 48.05 | 28.9 | 40.09 | - |
| YUV | 142.89 | 142.18 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 168 | 0 | 0.65 | 0.31 | 0.04 | 329.06 | 0.89 | 0.65 |
| Hex | F5 | 56 | A8 | 0 | 41 | 1F | 4 | 149 | 59 | 41 |
| Octal | 365 | 126 | 250 | 0 | 101 | 37 | 4 | 511 | 131 | 101 |
| Binary | 11110101 | 1010110 | 10101000 | 0 | 1000001 | 11111 | 100 | 101001001 | 1011001 | 1000001 |
Color Harmonies of #F556A8
Complementary color
Monochromatic Colors of #F556A8
Black with #F556A8
Text Example
Text Example
White with #F556A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F556A8; }
p { color: rgb(245,86,168); }
H1.HeaderClassName
{
color: #F556A8;
}
.AnyTagClassName
{
color: #F556A8;
}
</style>
background-color css
<style>
a { background-color: #F556A8; }
a { background-color: rgb(245,86,168); }
div.DivClassName
{
background-color: #F556A8;
}
.BgClassName
{
background-color: #F556A8;
}
</style>
border-color css
<style>
span { border-color: #F556A8; }
span { border-color: rgb(245,86,168); }
td.TdClassName
{
border-color: #F556A8;
}
.TagClassName
{
border-color: #F556A8;
}
</style>