Shades of Brilliant Rose #F86495
Tints of Brilliant Rose #F86495
RGB
CMYK
RGB Variations
Color information
#F86495 (or 0xF86495) is known color: Brilliant Rose. HEX triplet: F8, 64 and 95. RGB value is (248,100,149). Sum of RGB (Red+Green+Blue) = 248+100+149=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F86495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86495 is #079B6A. Grayscale: #959595. Windows color (decimal): -498539 or 9790712. OLE color: 9790712.
HSL color Cylindrical-coordinate representation of color #F86495: hue angle of 340.14º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86495 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 149 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.03 |
| HSL | 340.14º | 0.91% | 0.68% | - |
| HSV(B) | 340.14º | 0.6% | 0.97% | - |
| XYZ | 48.69 | 31.24 | 31.9 | - |
| YUV | 149.84 | 127.53 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 149 | 0 | 0.60 | 0.40 | 0.03 | 340.14 | 0.91 | 0.68 |
| Hex | F8 | 64 | 95 | 0 | 3C | 28 | 3 | 154 | 5B | 44 |
| Octal | 370 | 144 | 225 | 0 | 74 | 50 | 3 | 524 | 133 | 104 |
| Binary | 11111000 | 1100100 | 10010101 | 0 | 111100 | 101000 | 11 | 101010100 | 1011011 | 1000100 |
Color Harmonies of #F86495
Complementary color
Monochromatic Colors of #F86495
Black with #F86495
Text Example
Text Example
White with #F86495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86495; }
p { color: rgb(248,100,149); }
H1.HeaderClassName
{
color: #F86495;
}
.AnyTagClassName
{
color: #F86495;
}
</style>
background-color css
<style>
a { background-color: #F86495; }
a { background-color: rgb(248,100,149); }
div.DivClassName
{
background-color: #F86495;
}
.BgClassName
{
background-color: #F86495;
}
</style>
border-color css
<style>
span { border-color: #F86495; }
span { border-color: rgb(248,100,149); }
td.TdClassName
{
border-color: #F86495;
}
.TagClassName
{
border-color: #F86495;
}
</style>