Shades of Brilliant Rose #F8539D
Tints of Brilliant Rose #F8539D
RGB
CMYK
RGB Variations
Color information
#F8539D (or 0xF8539D) is known color: Brilliant Rose. HEX triplet: F8, 53 and 9D. RGB value is (248,83,157). Sum of RGB (Red+Green+Blue) = 248+83+157=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8539D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8539D is #07AC62. Grayscale: #8C8C8C. Windows color (decimal): -502883 or 10310648. OLE color: 10310648.
HSL color Cylindrical-coordinate representation of color #F8539D: hue angle of 333.09º 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 #F8539D is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 157 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.03 |
| HSL | 333.09º | 0.92% | 0.65% | - |
| HSV(B) | 333.09º | 0.67% | 0.97% | - |
| XYZ | 47.89 | 28.58 | 34.89 | - |
| YUV | 140.77 | 137.16 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 157 | 0 | 0.67 | 0.37 | 0.03 | 333.09 | 0.92 | 0.65 |
| Hex | F8 | 53 | 9D | 0 | 43 | 25 | 3 | 14D | 5C | 41 |
| Octal | 370 | 123 | 235 | 0 | 103 | 45 | 3 | 515 | 134 | 101 |
| Binary | 11111000 | 1010011 | 10011101 | 0 | 1000011 | 100101 | 11 | 101001101 | 1011100 | 1000001 |
Color Harmonies of #F8539D
Complementary color
Monochromatic Colors of #F8539D
Black with #F8539D
Text Example
Text Example
White with #F8539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8539D; }
p { color: rgb(248,83,157); }
H1.HeaderClassName
{
color: #F8539D;
}
.AnyTagClassName
{
color: #F8539D;
}
</style>
background-color css
<style>
a { background-color: #F8539D; }
a { background-color: rgb(248,83,157); }
div.DivClassName
{
background-color: #F8539D;
}
.BgClassName
{
background-color: #F8539D;
}
</style>
border-color css
<style>
span { border-color: #F8539D; }
span { border-color: rgb(248,83,157); }
td.TdClassName
{
border-color: #F8539D;
}
.TagClassName
{
border-color: #F8539D;
}
</style>