Shades of Brilliant Rose #F5539B
Tints of Brilliant Rose #F5539B
RGB
CMYK
RGB Variations
Color information
#F5539B (or 0xF5539B) is known color: Brilliant Rose. HEX triplet: F5, 53 and 9B. RGB value is (245,83,155). Sum of RGB (Red+Green+Blue) = 245+83+155=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5539B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5539B is #0AAC64. Grayscale: #8B8B8B. Windows color (decimal): -699493 or 10179573. OLE color: 10179573.
HSL color Cylindrical-coordinate representation of color #F5539B: hue angle of 333.33º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5539B is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 155 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.04 |
| HSL | 333.33º | 0.89% | 0.64% | - |
| HSV(B) | 333.33º | 0.66% | 0.96% | - |
| XYZ | 46.67 | 27.97 | 33.95 | - |
| YUV | 139.65 | 136.67 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 155 | 0 | 0.66 | 0.37 | 0.04 | 333.33 | 0.89 | 0.64 |
| Hex | F5 | 53 | 9B | 0 | 42 | 25 | 4 | 14D | 59 | 40 |
| Octal | 365 | 123 | 233 | 0 | 102 | 45 | 4 | 515 | 131 | 100 |
| Binary | 11110101 | 1010011 | 10011011 | 0 | 1000010 | 100101 | 100 | 101001101 | 1011001 | 1000000 |
Color Harmonies of #F5539B
Complementary color
Monochromatic Colors of #F5539B
Black with #F5539B
Text Example
Text Example
White with #F5539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5539B; }
p { color: rgb(245,83,155); }
H1.HeaderClassName
{
color: #F5539B;
}
.AnyTagClassName
{
color: #F5539B;
}
</style>
background-color css
<style>
a { background-color: #F5539B; }
a { background-color: rgb(245,83,155); }
div.DivClassName
{
background-color: #F5539B;
}
.BgClassName
{
background-color: #F5539B;
}
</style>
border-color css
<style>
span { border-color: #F5539B; }
span { border-color: rgb(245,83,155); }
td.TdClassName
{
border-color: #F5539B;
}
.TagClassName
{
border-color: #F5539B;
}
</style>