Shades of Brilliant Rose #F5659B
Tints of Brilliant Rose #F5659B
RGB
CMYK
RGB Variations
Color information
#F5659B (or 0xF5659B) is known color: Brilliant Rose. HEX triplet: F5, 65 and 9B. RGB value is (245,101,155). Sum of RGB (Red+Green+Blue) = 245+101+155=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F5659B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5659B is #0A9A64. Grayscale: #969696. Windows color (decimal): -694885 or 10184181. OLE color: 10184181.
HSL color Cylindrical-coordinate representation of color #F5659B: hue angle of 337.5º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5659B is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 155 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.04 |
| HSL | 337.5º | 0.88% | 0.68% | - |
| HSV(B) | 337.5º | 0.59% | 0.96% | - |
| XYZ | 48.23 | 31.09 | 34.47 | - |
| YUV | 150.21 | 130.71 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 155 | 0 | 0.59 | 0.37 | 0.04 | 337.5 | 0.88 | 0.68 |
| Hex | F5 | 65 | 9B | 0 | 3B | 25 | 4 | 152 | 58 | 44 |
| Octal | 365 | 145 | 233 | 0 | 73 | 45 | 4 | 522 | 130 | 104 |
| Binary | 11110101 | 1100101 | 10011011 | 0 | 111011 | 100101 | 100 | 101010010 | 1011000 | 1000100 |
Color Harmonies of #F5659B
Complementary color
Monochromatic Colors of #F5659B
Black with #F5659B
Text Example
Text Example
White with #F5659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5659B; }
p { color: rgb(245,101,155); }
H1.HeaderClassName
{
color: #F5659B;
}
.AnyTagClassName
{
color: #F5659B;
}
</style>
background-color css
<style>
a { background-color: #F5659B; }
a { background-color: rgb(245,101,155); }
div.DivClassName
{
background-color: #F5659B;
}
.BgClassName
{
background-color: #F5659B;
}
</style>
border-color css
<style>
span { border-color: #F5659B; }
span { border-color: rgb(245,101,155); }
td.TdClassName
{
border-color: #F5659B;
}
.TagClassName
{
border-color: #F5659B;
}
</style>