Shades of Brilliant Rose #F85099
Tints of Brilliant Rose #F85099
RGB
CMYK
RGB Variations
Color information
#F85099 (or 0xF85099) is known color: Brilliant Rose. HEX triplet: F8, 50 and 99. RGB value is (248,80,153). Sum of RGB (Red+Green+Blue) = 248+80+153=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F85099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85099 is #07AF66. Grayscale: #8A8A8A. Windows color (decimal): -503655 or 10047736. OLE color: 10047736.
HSL color Cylindrical-coordinate representation of color #F85099: hue angle of 333.93º 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 #F85099 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 153 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.03 |
| HSL | 333.93º | 0.92% | 0.64% | - |
| HSV(B) | 333.93º | 0.68% | 0.97% | - |
| XYZ | 47.33 | 27.99 | 33.05 | - |
| YUV | 138.55 | 136.16 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 153 | 0 | 0.68 | 0.38 | 0.03 | 333.93 | 0.92 | 0.64 |
| Hex | F8 | 50 | 99 | 0 | 44 | 26 | 3 | 14E | 5C | 40 |
| Octal | 370 | 120 | 231 | 0 | 104 | 46 | 3 | 516 | 134 | 100 |
| Binary | 11111000 | 1010000 | 10011001 | 0 | 1000100 | 100110 | 11 | 101001110 | 1011100 | 1000000 |
Color Harmonies of #F85099
Complementary color
Monochromatic Colors of #F85099
Black with #F85099
Text Example
Text Example
White with #F85099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85099; }
p { color: rgb(248,80,153); }
H1.HeaderClassName
{
color: #F85099;
}
.AnyTagClassName
{
color: #F85099;
}
</style>
background-color css
<style>
a { background-color: #F85099; }
a { background-color: rgb(248,80,153); }
div.DivClassName
{
background-color: #F85099;
}
.BgClassName
{
background-color: #F85099;
}
</style>
border-color css
<style>
span { border-color: #F85099; }
span { border-color: rgb(248,80,153); }
td.TdClassName
{
border-color: #F85099;
}
.TagClassName
{
border-color: #F85099;
}
</style>