Shades of Brilliant Rose #F8509C
Tints of Brilliant Rose #F8509C
RGB
CMYK
RGB Variations
Color information
#F8509C (or 0xF8509C) is known color: Brilliant Rose. HEX triplet: F8, 50 and 9C. RGB value is (248,80,156). Sum of RGB (Red+Green+Blue) = 248+80+156=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F8509C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8509C is #07AF63. Grayscale: #8A8A8A. Windows color (decimal): -503652 or 10244344. OLE color: 10244344.
HSL color Cylindrical-coordinate representation of color #F8509C: hue angle of 332.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8509C is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 156 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.03 |
| HSL | 332.86º | 0.92% | 0.64% | - |
| HSV(B) | 332.86º | 0.68% | 0.97% | - |
| XYZ | 47.58 | 28.09 | 34.37 | - |
| YUV | 138.9 | 137.66 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 156 | 0 | 0.68 | 0.37 | 0.03 | 332.86 | 0.92 | 0.64 |
| Hex | F8 | 50 | 9C | 0 | 44 | 25 | 3 | 14D | 5C | 40 |
| Octal | 370 | 120 | 234 | 0 | 104 | 45 | 3 | 515 | 134 | 100 |
| Binary | 11111000 | 1010000 | 10011100 | 0 | 1000100 | 100101 | 11 | 101001101 | 1011100 | 1000000 |
Color Harmonies of #F8509C
Complementary color
Monochromatic Colors of #F8509C
Black with #F8509C
Text Example
Text Example
White with #F8509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8509C; }
p { color: rgb(248,80,156); }
H1.HeaderClassName
{
color: #F8509C;
}
.AnyTagClassName
{
color: #F8509C;
}
</style>
background-color css
<style>
a { background-color: #F8509C; }
a { background-color: rgb(248,80,156); }
div.DivClassName
{
background-color: #F8509C;
}
.BgClassName
{
background-color: #F8509C;
}
</style>
border-color css
<style>
span { border-color: #F8509C; }
span { border-color: rgb(248,80,156); }
td.TdClassName
{
border-color: #F8509C;
}
.TagClassName
{
border-color: #F8509C;
}
</style>