Shades of Brilliant Rose #F5619B
Tints of Brilliant Rose #F5619B
RGB
CMYK
RGB Variations
Color information
#F5619B (or 0xF5619B) is known color: Brilliant Rose. HEX triplet: F5, 61 and 9B. RGB value is (245,97,155). Sum of RGB (Red+Green+Blue) = 245+97+155=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5619B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5619B is #0A9E64. Grayscale: #939393. Windows color (decimal): -695909 or 10183157. OLE color: 10183157.
HSL color Cylindrical-coordinate representation of color #F5619B: hue angle of 336.49º 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 #F5619B is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 155 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.04 |
| HSL | 336.49º | 0.88% | 0.67% | - |
| HSV(B) | 336.49º | 0.6% | 0.96% | - |
| XYZ | 47.85 | 30.33 | 34.34 | - |
| YUV | 147.86 | 132.03 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 155 | 0 | 0.60 | 0.37 | 0.04 | 336.49 | 0.88 | 0.67 |
| Hex | F5 | 61 | 9B | 0 | 3C | 25 | 4 | 150 | 58 | 43 |
| Octal | 365 | 141 | 233 | 0 | 74 | 45 | 4 | 520 | 130 | 103 |
| Binary | 11110101 | 1100001 | 10011011 | 0 | 111100 | 100101 | 100 | 101010000 | 1011000 | 1000011 |
Color Harmonies of #F5619B
Complementary color
Monochromatic Colors of #F5619B
Black with #F5619B
Text Example
Text Example
White with #F5619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5619B; }
p { color: rgb(245,97,155); }
H1.HeaderClassName
{
color: #F5619B;
}
.AnyTagClassName
{
color: #F5619B;
}
</style>
background-color css
<style>
a { background-color: #F5619B; }
a { background-color: rgb(245,97,155); }
div.DivClassName
{
background-color: #F5619B;
}
.BgClassName
{
background-color: #F5619B;
}
</style>
border-color css
<style>
span { border-color: #F5619B; }
span { border-color: rgb(245,97,155); }
td.TdClassName
{
border-color: #F5619B;
}
.TagClassName
{
border-color: #F5619B;
}
</style>