Shades of Brilliant Rose #F8519C
Tints of Brilliant Rose #F8519C
RGB
CMYK
RGB Variations
Color information
#F8519C (or 0xF8519C) is known color: Brilliant Rose. HEX triplet: F8, 51 and 9C. RGB value is (248,81,156). Sum of RGB (Red+Green+Blue) = 248+81+156=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8519C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8519C is #07AE63. Grayscale: #8B8B8B. Windows color (decimal): -503396 or 10244600. OLE color: 10244600.
HSL color Cylindrical-coordinate representation of color #F8519C: hue angle of 333.05º 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 #F8519C is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 156 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.03 |
| HSL | 333.05º | 0.92% | 0.65% | - |
| HSV(B) | 333.05º | 0.67% | 0.97% | - |
| XYZ | 47.65 | 28.24 | 34.39 | - |
| YUV | 139.48 | 137.33 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 156 | 0 | 0.67 | 0.37 | 0.03 | 333.05 | 0.92 | 0.65 |
| Hex | F8 | 51 | 9C | 0 | 43 | 25 | 3 | 14D | 5C | 41 |
| Octal | 370 | 121 | 234 | 0 | 103 | 45 | 3 | 515 | 134 | 101 |
| Binary | 11111000 | 1010001 | 10011100 | 0 | 1000011 | 100101 | 11 | 101001101 | 1011100 | 1000001 |
Color Harmonies of #F8519C
Complementary color
Monochromatic Colors of #F8519C
Black with #F8519C
Text Example
Text Example
White with #F8519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8519C; }
p { color: rgb(248,81,156); }
H1.HeaderClassName
{
color: #F8519C;
}
.AnyTagClassName
{
color: #F8519C;
}
</style>
background-color css
<style>
a { background-color: #F8519C; }
a { background-color: rgb(248,81,156); }
div.DivClassName
{
background-color: #F8519C;
}
.BgClassName
{
background-color: #F8519C;
}
</style>
border-color css
<style>
span { border-color: #F8519C; }
span { border-color: rgb(248,81,156); }
td.TdClassName
{
border-color: #F8519C;
}
.TagClassName
{
border-color: #F8519C;
}
</style>