Shades of Brilliant Rose #F555A8
Tints of Brilliant Rose #F555A8
RGB
CMYK
RGB Variations
Color information
#F555A8 (or 0xF555A8) is known color: Brilliant Rose. HEX triplet: F5, 55 and A8. RGB value is (245,85,168). Sum of RGB (Red+Green+Blue) = 245+85+168=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F555A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F555A8 is #0AAA57. Grayscale: #8E8E8E. Windows color (decimal): -698968 or 11032053. OLE color: 11032053.
HSL color Cylindrical-coordinate representation of color #F555A8: hue angle of 328.88º 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 #F555A8 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 168 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.04 |
| HSL | 328.88º | 0.89% | 0.65% | - |
| HSV(B) | 328.88º | 0.65% | 0.96% | - |
| XYZ | 47.97 | 28.74 | 40.06 | - |
| YUV | 142.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 168 | 0 | 0.65 | 0.31 | 0.04 | 328.88 | 0.89 | 0.65 |
| Hex | F5 | 55 | A8 | 0 | 41 | 1F | 4 | 149 | 59 | 41 |
| Octal | 365 | 125 | 250 | 0 | 101 | 37 | 4 | 511 | 131 | 101 |
| Binary | 11110101 | 1010101 | 10101000 | 0 | 1000001 | 11111 | 100 | 101001001 | 1011001 | 1000001 |
Color Harmonies of #F555A8
Complementary color
Monochromatic Colors of #F555A8
Black with #F555A8
Text Example
Text Example
White with #F555A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F555A8; }
p { color: rgb(245,85,168); }
H1.HeaderClassName
{
color: #F555A8;
}
.AnyTagClassName
{
color: #F555A8;
}
</style>
background-color css
<style>
a { background-color: #F555A8; }
a { background-color: rgb(245,85,168); }
div.DivClassName
{
background-color: #F555A8;
}
.BgClassName
{
background-color: #F555A8;
}
</style>
border-color css
<style>
span { border-color: #F555A8; }
span { border-color: rgb(245,85,168); }
td.TdClassName
{
border-color: #F555A8;
}
.TagClassName
{
border-color: #F555A8;
}
</style>