Shades of Brilliant Rose #F5609B
Tints of Brilliant Rose #F5609B
RGB
CMYK
RGB Variations
Color information
#F5609B (or 0xF5609B) is known color: Brilliant Rose. HEX triplet: F5, 60 and 9B. RGB value is (245,96,155). Sum of RGB (Red+Green+Blue) = 245+96+155=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F5609B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5609B is #0A9F64. Grayscale: #939393. Windows color (decimal): -696165 or 10182901. OLE color: 10182901.
HSL color Cylindrical-coordinate representation of color #F5609B: hue angle of 336.24º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5609B is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 155 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.04 |
| HSL | 336.24º | 0.88% | 0.67% | - |
| HSV(B) | 336.24º | 0.61% | 0.96% | - |
| XYZ | 47.76 | 30.14 | 34.31 | - |
| YUV | 147.28 | 132.36 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 155 | 0 | 0.61 | 0.37 | 0.04 | 336.24 | 0.88 | 0.67 |
| Hex | F5 | 60 | 9B | 0 | 3D | 25 | 4 | 150 | 58 | 43 |
| Octal | 365 | 140 | 233 | 0 | 75 | 45 | 4 | 520 | 130 | 103 |
| Binary | 11110101 | 1100000 | 10011011 | 0 | 111101 | 100101 | 100 | 101010000 | 1011000 | 1000011 |
Color Harmonies of #F5609B
Complementary color
Monochromatic Colors of #F5609B
Black with #F5609B
Text Example
Text Example
White with #F5609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5609B; }
p { color: rgb(245,96,155); }
H1.HeaderClassName
{
color: #F5609B;
}
.AnyTagClassName
{
color: #F5609B;
}
</style>
background-color css
<style>
a { background-color: #F5609B; }
a { background-color: rgb(245,96,155); }
div.DivClassName
{
background-color: #F5609B;
}
.BgClassName
{
background-color: #F5609B;
}
</style>
border-color css
<style>
span { border-color: #F5609B; }
span { border-color: rgb(245,96,155); }
td.TdClassName
{
border-color: #F5609B;
}
.TagClassName
{
border-color: #F5609B;
}
</style>