Shades of Brilliant Rose #F8539B
Tints of Brilliant Rose #F8539B
RGB
CMYK
RGB Variations
Color information
#F8539B (or 0xF8539B) is known color: Brilliant Rose. HEX triplet: F8, 53 and 9B. RGB value is (248,83,155). Sum of RGB (Red+Green+Blue) = 248+83+155=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8539B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8539B is #07AC64. Grayscale: #8C8C8C. Windows color (decimal): -502885 or 10179576. OLE color: 10179576.
HSL color Cylindrical-coordinate representation of color #F8539B: hue angle of 333.82º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8539B is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 155 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.03 |
| HSL | 333.82º | 0.92% | 0.65% | - |
| HSV(B) | 333.82º | 0.67% | 0.97% | - |
| XYZ | 47.72 | 28.51 | 34 | - |
| YUV | 140.54 | 136.16 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 155 | 0 | 0.67 | 0.38 | 0.03 | 333.82 | 0.92 | 0.65 |
| Hex | F8 | 53 | 9B | 0 | 43 | 26 | 3 | 14E | 5C | 41 |
| Octal | 370 | 123 | 233 | 0 | 103 | 46 | 3 | 516 | 134 | 101 |
| Binary | 11111000 | 1010011 | 10011011 | 0 | 1000011 | 100110 | 11 | 101001110 | 1011100 | 1000001 |
Color Harmonies of #F8539B
Complementary color
Monochromatic Colors of #F8539B
Black with #F8539B
Text Example
Text Example
White with #F8539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8539B; }
p { color: rgb(248,83,155); }
H1.HeaderClassName
{
color: #F8539B;
}
.AnyTagClassName
{
color: #F8539B;
}
</style>
background-color css
<style>
a { background-color: #F8539B; }
a { background-color: rgb(248,83,155); }
div.DivClassName
{
background-color: #F8539B;
}
.BgClassName
{
background-color: #F8539B;
}
</style>
border-color css
<style>
span { border-color: #F8539B; }
span { border-color: rgb(248,83,155); }
td.TdClassName
{
border-color: #F8539B;
}
.TagClassName
{
border-color: #F8539B;
}
</style>