Shades of Brilliant Rose #F85896
Tints of Brilliant Rose #F85896
RGB
CMYK
RGB Variations
Color information
#F85896 (or 0xF85896) is known color: Brilliant Rose. HEX triplet: F8, 58 and 96. RGB value is (248,88,150). Sum of RGB (Red+Green+Blue) = 248+88+150=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F85896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85896 is #07A769. Grayscale: #8E8E8E. Windows color (decimal): -501610 or 9853176. OLE color: 9853176.
HSL color Cylindrical-coordinate representation of color #F85896: hue angle of 336.75º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F85896 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 150 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.03 |
| HSL | 336.75º | 0.92% | 0.66% | - |
| HSV(B) | 336.75º | 0.65% | 0.97% | - |
| XYZ | 47.71 | 29.14 | 31.96 | - |
| YUV | 142.91 | 132.01 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 150 | 0 | 0.65 | 0.40 | 0.03 | 336.75 | 0.92 | 0.66 |
| Hex | F8 | 58 | 96 | 0 | 41 | 28 | 3 | 151 | 5C | 42 |
| Octal | 370 | 130 | 226 | 0 | 101 | 50 | 3 | 521 | 134 | 102 |
| Binary | 11111000 | 1011000 | 10010110 | 0 | 1000001 | 101000 | 11 | 101010001 | 1011100 | 1000010 |
Color Harmonies of #F85896
Complementary color
Monochromatic Colors of #F85896
Black with #F85896
Text Example
Text Example
White with #F85896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85896; }
p { color: rgb(248,88,150); }
H1.HeaderClassName
{
color: #F85896;
}
.AnyTagClassName
{
color: #F85896;
}
</style>
background-color css
<style>
a { background-color: #F85896; }
a { background-color: rgb(248,88,150); }
div.DivClassName
{
background-color: #F85896;
}
.BgClassName
{
background-color: #F85896;
}
</style>
border-color css
<style>
span { border-color: #F85896; }
span { border-color: rgb(248,88,150); }
td.TdClassName
{
border-color: #F85896;
}
.TagClassName
{
border-color: #F85896;
}
</style>