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