Shades of Brilliant Rose #F5629B
Tints of Brilliant Rose #F5629B
RGB
CMYK
RGB Variations
Color information
#F5629B (or 0xF5629B) is known color: Brilliant Rose. HEX triplet: F5, 62 and 9B. RGB value is (245,98,155). Sum of RGB (Red+Green+Blue) = 245+98+155=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F5629B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5629B is #0A9D64. Grayscale: #949494. Windows color (decimal): -695653 or 10183413. OLE color: 10183413.
HSL color Cylindrical-coordinate representation of color #F5629B: hue angle of 336.73º 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 #F5629B is Cyan = 0, Magento = 0.6, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 155 | - |
| CMYK | 0 | 0.6 | 0.37 | 0.04 |
| HSL | 336.73º | 0.88% | 0.67% | - |
| HSV(B) | 336.73º | 0.6% | 0.96% | - |
| XYZ | 47.94 | 30.51 | 34.37 | - |
| YUV | 148.45 | 131.7 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 155 | 0 | 0.6 | 0.37 | 0.04 | 336.73 | 0.88 | 0.67 |
| Hex | F5 | 62 | 9B | 0 | 3C | 25 | 4 | 151 | 58 | 43 |
| Octal | 365 | 142 | 233 | 0 | 74 | 45 | 4 | 521 | 130 | 103 |
| Binary | 11110101 | 1100010 | 10011011 | 0 | 111100 | 100101 | 100 | 101010001 | 1011000 | 1000011 |
Color Harmonies of #F5629B
Complementary color
Monochromatic Colors of #F5629B
Black with #F5629B
Text Example
Text Example
White with #F5629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5629B; }
p { color: rgb(245,98,155); }
H1.HeaderClassName
{
color: #F5629B;
}
.AnyTagClassName
{
color: #F5629B;
}
</style>
background-color css
<style>
a { background-color: #F5629B; }
a { background-color: rgb(245,98,155); }
div.DivClassName
{
background-color: #F5629B;
}
.BgClassName
{
background-color: #F5629B;
}
</style>
border-color css
<style>
span { border-color: #F5629B; }
span { border-color: rgb(245,98,155); }
td.TdClassName
{
border-color: #F5629B;
}
.TagClassName
{
border-color: #F5629B;
}
</style>