Shades of Brilliant Rose #F5559C
Tints of Brilliant Rose #F5559C
RGB
CMYK
RGB Variations
Color information
#F5559C (or 0xF5559C) is known color: Brilliant Rose. HEX triplet: F5, 55 and 9C. RGB value is (245,85,156). Sum of RGB (Red+Green+Blue) = 245+85+156=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5559C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5559C is #0AAA63. Grayscale: #8C8C8C. Windows color (decimal): -698980 or 10245621. OLE color: 10245621.
HSL color Cylindrical-coordinate representation of color #F5559C: hue angle of 333.38º 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 #F5559C is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 156 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.04 |
| HSL | 333.38º | 0.89% | 0.65% | - |
| HSV(B) | 333.38º | 0.65% | 0.96% | - |
| XYZ | 46.91 | 28.31 | 34.44 | - |
| YUV | 140.93 | 136.51 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 156 | 0 | 0.65 | 0.36 | 0.04 | 333.38 | 0.89 | 0.65 |
| Hex | F5 | 55 | 9C | 0 | 41 | 24 | 4 | 14D | 59 | 41 |
| Octal | 365 | 125 | 234 | 0 | 101 | 44 | 4 | 515 | 131 | 101 |
| Binary | 11110101 | 1010101 | 10011100 | 0 | 1000001 | 100100 | 100 | 101001101 | 1011001 | 1000001 |
Color Harmonies of #F5559C
Complementary color
Monochromatic Colors of #F5559C
Black with #F5559C
Text Example
Text Example
White with #F5559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5559C; }
p { color: rgb(245,85,156); }
H1.HeaderClassName
{
color: #F5559C;
}
.AnyTagClassName
{
color: #F5559C;
}
</style>
background-color css
<style>
a { background-color: #F5559C; }
a { background-color: rgb(245,85,156); }
div.DivClassName
{
background-color: #F5559C;
}
.BgClassName
{
background-color: #F5559C;
}
</style>
border-color css
<style>
span { border-color: #F5559C; }
span { border-color: rgb(245,85,156); }
td.TdClassName
{
border-color: #F5559C;
}
.TagClassName
{
border-color: #F5559C;
}
</style>