Shades of Brilliant Rose #F5529B
Tints of Brilliant Rose #F5529B
RGB
CMYK
RGB Variations
Color information
#F5529B (or 0xF5529B) is known color: Brilliant Rose. HEX triplet: F5, 52 and 9B. RGB value is (245,82,155). Sum of RGB (Red+Green+Blue) = 245+82+155=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5529B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5529B is #0AAD64. Grayscale: #8A8A8A. Windows color (decimal): -699749 or 10179317. OLE color: 10179317.
HSL color Cylindrical-coordinate representation of color #F5529B: hue angle of 333.13º 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 #F5529B is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 155 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.04 |
| HSL | 333.13º | 0.89% | 0.64% | - |
| HSV(B) | 333.13º | 0.67% | 0.96% | - |
| XYZ | 46.59 | 27.81 | 33.92 | - |
| YUV | 139.06 | 137 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 155 | 0 | 0.67 | 0.37 | 0.04 | 333.13 | 0.89 | 0.64 |
| Hex | F5 | 52 | 9B | 0 | 43 | 25 | 4 | 14D | 59 | 40 |
| Octal | 365 | 122 | 233 | 0 | 103 | 45 | 4 | 515 | 131 | 100 |
| Binary | 11110101 | 1010010 | 10011011 | 0 | 1000011 | 100101 | 100 | 101001101 | 1011001 | 1000000 |
Color Harmonies of #F5529B
Complementary color
Monochromatic Colors of #F5529B
Black with #F5529B
Text Example
Text Example
White with #F5529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5529B; }
p { color: rgb(245,82,155); }
H1.HeaderClassName
{
color: #F5529B;
}
.AnyTagClassName
{
color: #F5529B;
}
</style>
background-color css
<style>
a { background-color: #F5529B; }
a { background-color: rgb(245,82,155); }
div.DivClassName
{
background-color: #F5529B;
}
.BgClassName
{
background-color: #F5529B;
}
</style>
border-color css
<style>
span { border-color: #F5529B; }
span { border-color: rgb(245,82,155); }
td.TdClassName
{
border-color: #F5529B;
}
.TagClassName
{
border-color: #F5529B;
}
</style>