Shades of Brilliant Rose #F86298
Tints of Brilliant Rose #F86298
RGB
CMYK
RGB Variations
Color information
#F86298 (or 0xF86298) is known color: Brilliant Rose. HEX triplet: F8, 62 and 98. RGB value is (248,98,152). Sum of RGB (Red+Green+Blue) = 248+98+152=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F86298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86298 is #079D67. Grayscale: #949494. Windows color (decimal): -499048 or 9986808. OLE color: 9986808.
HSL color Cylindrical-coordinate representation of color #F86298: hue angle of 338.4º 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 #F86298 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 152 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.03 |
| HSL | 338.4º | 0.91% | 0.68% | - |
| HSV(B) | 338.4º | 0.6% | 0.97% | - |
| XYZ | 48.75 | 30.96 | 33.11 | - |
| YUV | 149.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 152 | 0 | 0.60 | 0.39 | 0.03 | 338.4 | 0.91 | 0.68 |
| Hex | F8 | 62 | 98 | 0 | 3C | 27 | 3 | 152 | 5B | 44 |
| Octal | 370 | 142 | 230 | 0 | 74 | 47 | 3 | 522 | 133 | 104 |
| Binary | 11111000 | 1100010 | 10011000 | 0 | 111100 | 100111 | 11 | 101010010 | 1011011 | 1000100 |
Color Harmonies of #F86298
Complementary color
Monochromatic Colors of #F86298
Black with #F86298
Text Example
Text Example
White with #F86298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86298; }
p { color: rgb(248,98,152); }
H1.HeaderClassName
{
color: #F86298;
}
.AnyTagClassName
{
color: #F86298;
}
</style>
background-color css
<style>
a { background-color: #F86298; }
a { background-color: rgb(248,98,152); }
div.DivClassName
{
background-color: #F86298;
}
.BgClassName
{
background-color: #F86298;
}
</style>
border-color css
<style>
span { border-color: #F86298; }
span { border-color: rgb(248,98,152); }
td.TdClassName
{
border-color: #F86298;
}
.TagClassName
{
border-color: #F86298;
}
</style>