Shades of Brilliant Rose #F85199
Tints of Brilliant Rose #F85199
RGB
CMYK
RGB Variations
Color information
#F85199 (or 0xF85199) is known color: Brilliant Rose. HEX triplet: F8, 51 and 99. RGB value is (248,81,153). Sum of RGB (Red+Green+Blue) = 248+81+153=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F85199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85199 is #07AE66. Grayscale: #8B8B8B. Windows color (decimal): -503399 or 10047992. OLE color: 10047992.
HSL color Cylindrical-coordinate representation of color #F85199: hue angle of 334.13º 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 #F85199 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 153 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.03 |
| HSL | 334.13º | 0.92% | 0.65% | - |
| HSV(B) | 334.13º | 0.67% | 0.97% | - |
| XYZ | 47.4 | 28.14 | 33.07 | - |
| YUV | 139.14 | 135.83 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 153 | 0 | 0.67 | 0.38 | 0.03 | 334.13 | 0.92 | 0.65 |
| Hex | F8 | 51 | 99 | 0 | 43 | 26 | 3 | 14E | 5C | 41 |
| Octal | 370 | 121 | 231 | 0 | 103 | 46 | 3 | 516 | 134 | 101 |
| Binary | 11111000 | 1010001 | 10011001 | 0 | 1000011 | 100110 | 11 | 101001110 | 1011100 | 1000001 |
Color Harmonies of #F85199
Complementary color
Monochromatic Colors of #F85199
Black with #F85199
Text Example
Text Example
White with #F85199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85199; }
p { color: rgb(248,81,153); }
H1.HeaderClassName
{
color: #F85199;
}
.AnyTagClassName
{
color: #F85199;
}
</style>
background-color css
<style>
a { background-color: #F85199; }
a { background-color: rgb(248,81,153); }
div.DivClassName
{
background-color: #F85199;
}
.BgClassName
{
background-color: #F85199;
}
</style>
border-color css
<style>
span { border-color: #F85199; }
span { border-color: rgb(248,81,153); }
td.TdClassName
{
border-color: #F85199;
}
.TagClassName
{
border-color: #F85199;
}
</style>