Shades of Brilliant Rose #F85F9C
Tints of Brilliant Rose #F85F9C
RGB
CMYK
RGB Variations
Color information
#F85F9C (or 0xF85F9C) is known color: Brilliant Rose. HEX triplet: F8, 5F and 9C. RGB value is (248,95,156). Sum of RGB (Red+Green+Blue) = 248+95+156=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85F9C is #07A063. Grayscale: #939393. Windows color (decimal): -499812 or 10248184. OLE color: 10248184.
HSL color Cylindrical-coordinate representation of color #F85F9C: hue angle of 336.08º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85F9C is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 95 | 156 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.03 |
| HSL | 336.08º | 0.92% | 0.67% | - |
| HSV(B) | 336.08º | 0.62% | 0.97% | - |
| XYZ | 48.8 | 30.54 | 34.78 | - |
| YUV | 147.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 95 | 156 | 0 | 0.62 | 0.37 | 0.03 | 336.08 | 0.92 | 0.67 |
| Hex | F8 | 5F | 9C | 0 | 3E | 25 | 3 | 150 | 5C | 43 |
| Octal | 370 | 137 | 234 | 0 | 76 | 45 | 3 | 520 | 134 | 103 |
| Binary | 11111000 | 1011111 | 10011100 | 0 | 111110 | 100101 | 11 | 101010000 | 1011100 | 1000011 |
Color Harmonies of #F85F9C
Complementary color
Monochromatic Colors of #F85F9C
Black with #F85F9C
Text Example
Text Example
White with #F85F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85F9C; }
p { color: rgb(248,95,156); }
H1.HeaderClassName
{
color: #F85F9C;
}
.AnyTagClassName
{
color: #F85F9C;
}
</style>
background-color css
<style>
a { background-color: #F85F9C; }
a { background-color: rgb(248,95,156); }
div.DivClassName
{
background-color: #F85F9C;
}
.BgClassName
{
background-color: #F85F9C;
}
</style>
border-color css
<style>
span { border-color: #F85F9C; }
span { border-color: rgb(248,95,156); }
td.TdClassName
{
border-color: #F85F9C;
}
.TagClassName
{
border-color: #F85F9C;
}
</style>