Shades of Brilliant Rose #F86599
Tints of Brilliant Rose #F86599
RGB
CMYK
RGB Variations
Color information
#F86599 (or 0xF86599) is known color: Brilliant Rose. HEX triplet: F8, 65 and 99. RGB value is (248,101,153). Sum of RGB (Red+Green+Blue) = 248+101+153=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F86599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86599 is #079A66. Grayscale: #969696. Windows color (decimal): -498279 or 10053112. OLE color: 10053112.
HSL color Cylindrical-coordinate representation of color #F86599: hue angle of 338.78º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F86599 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 153 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.03 |
| HSL | 338.78º | 0.91% | 0.68% | - |
| HSV(B) | 338.78º | 0.59% | 0.97% | - |
| XYZ | 49.11 | 31.56 | 33.64 | - |
| YUV | 150.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 153 | 0 | 0.59 | 0.38 | 0.03 | 338.78 | 0.91 | 0.68 |
| Hex | F8 | 65 | 99 | 0 | 3B | 26 | 3 | 153 | 5B | 44 |
| Octal | 370 | 145 | 231 | 0 | 73 | 46 | 3 | 523 | 133 | 104 |
| Binary | 11111000 | 1100101 | 10011001 | 0 | 111011 | 100110 | 11 | 101010011 | 1011011 | 1000100 |
Color Harmonies of #F86599
Complementary color
Monochromatic Colors of #F86599
Black with #F86599
Text Example
Text Example
White with #F86599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86599; }
p { color: rgb(248,101,153); }
H1.HeaderClassName
{
color: #F86599;
}
.AnyTagClassName
{
color: #F86599;
}
</style>
background-color css
<style>
a { background-color: #F86599; }
a { background-color: rgb(248,101,153); }
div.DivClassName
{
background-color: #F86599;
}
.BgClassName
{
background-color: #F86599;
}
</style>
border-color css
<style>
span { border-color: #F86599; }
span { border-color: rgb(248,101,153); }
td.TdClassName
{
border-color: #F86599;
}
.TagClassName
{
border-color: #F86599;
}
</style>