Shades of Brilliant Rose #F563A0
Tints of Brilliant Rose #F563A0
RGB
CMYK
RGB Variations
Color information
#F563A0 (or 0xF563A0) is known color: Brilliant Rose. HEX triplet: F5, 63 and A0. RGB value is (245,99,160). Sum of RGB (Red+Green+Blue) = 245+99+160=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F563A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F563A0 is #0A9C5F. Grayscale: #959595. Windows color (decimal): -695392 or 10511349. OLE color: 10511349.
HSL color Cylindrical-coordinate representation of color #F563A0: hue angle of 334.93º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F563A0 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 160 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.04 |
| HSL | 334.93º | 0.88% | 0.67% | - |
| HSV(B) | 334.93º | 0.6% | 0.96% | - |
| XYZ | 48.46 | 30.87 | 36.66 | - |
| YUV | 149.61 | 133.87 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 160 | 0 | 0.60 | 0.35 | 0.04 | 334.93 | 0.88 | 0.67 |
| Hex | F5 | 63 | A0 | 0 | 3C | 23 | 4 | 14F | 58 | 43 |
| Octal | 365 | 143 | 240 | 0 | 74 | 43 | 4 | 517 | 130 | 103 |
| Binary | 11110101 | 1100011 | 10100000 | 0 | 111100 | 100011 | 100 | 101001111 | 1011000 | 1000011 |
Color Harmonies of #F563A0
Complementary color
Monochromatic Colors of #F563A0
Black with #F563A0
Text Example
Text Example
White with #F563A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F563A0; }
p { color: rgb(245,99,160); }
H1.HeaderClassName
{
color: #F563A0;
}
.AnyTagClassName
{
color: #F563A0;
}
</style>
background-color css
<style>
a { background-color: #F563A0; }
a { background-color: rgb(245,99,160); }
div.DivClassName
{
background-color: #F563A0;
}
.BgClassName
{
background-color: #F563A0;
}
</style>
border-color css
<style>
span { border-color: #F563A0; }
span { border-color: rgb(245,99,160); }
td.TdClassName
{
border-color: #F563A0;
}
.TagClassName
{
border-color: #F563A0;
}
</style>