Shades of Brilliant Rose #F86397
Tints of Brilliant Rose #F86397
RGB
CMYK
RGB Variations
Color information
#F86397 (or 0xF86397) is known color: Brilliant Rose. HEX triplet: F8, 63 and 97. RGB value is (248,99,151). Sum of RGB (Red+Green+Blue) = 248+99+151=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F86397 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86397 is #079C68. Grayscale: #959595. Windows color (decimal): -498793 or 9921528. OLE color: 9921528.
HSL color Cylindrical-coordinate representation of color #F86397: hue angle of 339.06º 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 #F86397 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 151 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.03 |
| HSL | 339.06º | 0.91% | 0.68% | - |
| HSV(B) | 339.06º | 0.6% | 0.97% | - |
| XYZ | 48.76 | 31.11 | 32.71 | - |
| YUV | 149.48 | 128.86 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 151 | 0 | 0.60 | 0.39 | 0.03 | 339.06 | 0.91 | 0.68 |
| Hex | F8 | 63 | 97 | 0 | 3C | 27 | 3 | 153 | 5B | 44 |
| Octal | 370 | 143 | 227 | 0 | 74 | 47 | 3 | 523 | 133 | 104 |
| Binary | 11111000 | 1100011 | 10010111 | 0 | 111100 | 100111 | 11 | 101010011 | 1011011 | 1000100 |
Color Harmonies of #F86397
Complementary color
Monochromatic Colors of #F86397
Black with #F86397
Text Example
Text Example
White with #F86397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86397; }
p { color: rgb(248,99,151); }
H1.HeaderClassName
{
color: #F86397;
}
.AnyTagClassName
{
color: #F86397;
}
</style>
background-color css
<style>
a { background-color: #F86397; }
a { background-color: rgb(248,99,151); }
div.DivClassName
{
background-color: #F86397;
}
.BgClassName
{
background-color: #F86397;
}
</style>
border-color css
<style>
span { border-color: #F86397; }
span { border-color: rgb(248,99,151); }
td.TdClassName
{
border-color: #F86397;
}
.TagClassName
{
border-color: #F86397;
}
</style>