Shades of Brilliant Rose #F5519B
Tints of Brilliant Rose #F5519B
RGB
CMYK
RGB Variations
Color information
#F5519B (or 0xF5519B) is known color: Brilliant Rose. HEX triplet: F5, 51 and 9B. RGB value is (245,81,155). Sum of RGB (Red+Green+Blue) = 245+81+155=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5519B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5519B is #0AAE64. Grayscale: #8A8A8A. Windows color (decimal): -700005 or 10179061. OLE color: 10179061.
HSL color Cylindrical-coordinate representation of color #F5519B: hue angle of 332.93º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5519B is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 155 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.04 |
| HSL | 332.93º | 0.89% | 0.64% | - |
| HSV(B) | 332.93º | 0.67% | 0.96% | - |
| XYZ | 46.52 | 27.66 | 33.9 | - |
| YUV | 138.47 | 137.33 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 155 | 0 | 0.67 | 0.37 | 0.04 | 332.93 | 0.89 | 0.64 |
| Hex | F5 | 51 | 9B | 0 | 43 | 25 | 4 | 14D | 59 | 40 |
| Octal | 365 | 121 | 233 | 0 | 103 | 45 | 4 | 515 | 131 | 100 |
| Binary | 11110101 | 1010001 | 10011011 | 0 | 1000011 | 100101 | 100 | 101001101 | 1011001 | 1000000 |
Color Harmonies of #F5519B
Complementary color
Monochromatic Colors of #F5519B
Black with #F5519B
Text Example
Text Example
White with #F5519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5519B; }
p { color: rgb(245,81,155); }
H1.HeaderClassName
{
color: #F5519B;
}
.AnyTagClassName
{
color: #F5519B;
}
</style>
background-color css
<style>
a { background-color: #F5519B; }
a { background-color: rgb(245,81,155); }
div.DivClassName
{
background-color: #F5519B;
}
.BgClassName
{
background-color: #F5519B;
}
</style>
border-color css
<style>
span { border-color: #F5519B; }
span { border-color: rgb(245,81,155); }
td.TdClassName
{
border-color: #F5519B;
}
.TagClassName
{
border-color: #F5519B;
}
</style>