Shades of Brilliant Rose #F86699
Tints of Brilliant Rose #F86699
RGB
CMYK
RGB Variations
Color information
#F86699 (or 0xF86699) is known color: Brilliant Rose. HEX triplet: F8, 66 and 99. RGB value is (248,102,153). Sum of RGB (Red+Green+Blue) = 248+102+153=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F86699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86699 is #079966. Grayscale: #979797. Windows color (decimal): -498023 or 10053368. OLE color: 10053368.
HSL color Cylindrical-coordinate representation of color #F86699: hue angle of 339.04º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F86699 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 153 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.03 |
| HSL | 339.04º | 0.91% | 0.69% | - |
| HSV(B) | 339.04º | 0.59% | 0.97% | - |
| XYZ | 49.21 | 31.76 | 33.67 | - |
| YUV | 151.47 | 128.87 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 153 | 0 | 0.59 | 0.38 | 0.03 | 339.04 | 0.91 | 0.69 |
| Hex | F8 | 66 | 99 | 0 | 3B | 26 | 3 | 153 | 5B | 45 |
| Octal | 370 | 146 | 231 | 0 | 73 | 46 | 3 | 523 | 133 | 105 |
| Binary | 11111000 | 1100110 | 10011001 | 0 | 111011 | 100110 | 11 | 101010011 | 1011011 | 1000101 |
Color Harmonies of #F86699
Complementary color
Monochromatic Colors of #F86699
Black with #F86699
Text Example
Text Example
White with #F86699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86699; }
p { color: rgb(248,102,153); }
H1.HeaderClassName
{
color: #F86699;
}
.AnyTagClassName
{
color: #F86699;
}
</style>
background-color css
<style>
a { background-color: #F86699; }
a { background-color: rgb(248,102,153); }
div.DivClassName
{
background-color: #F86699;
}
.BgClassName
{
background-color: #F86699;
}
</style>
border-color css
<style>
span { border-color: #F86699; }
span { border-color: rgb(248,102,153); }
td.TdClassName
{
border-color: #F86699;
}
.TagClassName
{
border-color: #F86699;
}
</style>