Shades of Brilliant Rose #F85B9C
Tints of Brilliant Rose #F85B9C
RGB
CMYK
RGB Variations
Color information
#F85B9C (or 0xF85B9C) is known color: Brilliant Rose. HEX triplet: F8, 5B and 9C. RGB value is (248,91,156). Sum of RGB (Red+Green+Blue) = 248+91+156=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85B9C is #07A463. Grayscale: #919191. Windows color (decimal): -500836 or 10247160. OLE color: 10247160.
HSL color Cylindrical-coordinate representation of color #F85B9C: hue angle of 335.16º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85B9C is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 91 | 156 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.03 |
| HSL | 335.16º | 0.92% | 0.66% | - |
| HSV(B) | 335.16º | 0.63% | 0.97% | - |
| XYZ | 48.45 | 29.84 | 34.66 | - |
| YUV | 145.35 | 134.01 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 156 | 0 | 0.63 | 0.37 | 0.03 | 335.16 | 0.92 | 0.66 |
| Hex | F8 | 5B | 9C | 0 | 3F | 25 | 3 | 14F | 5C | 42 |
| Octal | 370 | 133 | 234 | 0 | 77 | 45 | 3 | 517 | 134 | 102 |
| Binary | 11111000 | 1011011 | 10011100 | 0 | 111111 | 100101 | 11 | 101001111 | 1011100 | 1000010 |
Color Harmonies of #F85B9C
Complementary color
Monochromatic Colors of #F85B9C
Black with #F85B9C
Text Example
Text Example
White with #F85B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85B9C; }
p { color: rgb(248,91,156); }
H1.HeaderClassName
{
color: #F85B9C;
}
.AnyTagClassName
{
color: #F85B9C;
}
</style>
background-color css
<style>
a { background-color: #F85B9C; }
a { background-color: rgb(248,91,156); }
div.DivClassName
{
background-color: #F85B9C;
}
.BgClassName
{
background-color: #F85B9C;
}
</style>
border-color css
<style>
span { border-color: #F85B9C; }
span { border-color: rgb(248,91,156); }
td.TdClassName
{
border-color: #F85B9C;
}
.TagClassName
{
border-color: #F85B9C;
}
</style>