Shades of Brilliant Rose #F8699B
Tints of Brilliant Rose #F8699B
RGB
CMYK
RGB Variations
Color information
#F8699B (or 0xF8699B) is known color: Brilliant Rose. HEX triplet: F8, 69 and 9B. RGB value is (248,105,155). Sum of RGB (Red+Green+Blue) = 248+105+155=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F8699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8699B is #079664. Grayscale: #999999. Windows color (decimal): -497253 or 10185208. OLE color: 10185208.
HSL color Cylindrical-coordinate representation of color #F8699B: hue angle of 339.02º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8699B is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 155 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.03 |
| HSL | 339.02º | 0.91% | 0.69% | - |
| HSV(B) | 339.02º | 0.58% | 0.97% | - |
| XYZ | 49.68 | 32.43 | 34.65 | - |
| YUV | 153.46 | 128.88 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 155 | 0 | 0.58 | 0.38 | 0.03 | 339.02 | 0.91 | 0.69 |
| Hex | F8 | 69 | 9B | 0 | 3A | 26 | 3 | 153 | 5B | 45 |
| Octal | 370 | 151 | 233 | 0 | 72 | 46 | 3 | 523 | 133 | 105 |
| Binary | 11111000 | 1101001 | 10011011 | 0 | 111010 | 100110 | 11 | 101010011 | 1011011 | 1000101 |
Color Harmonies of #F8699B
Complementary color
Monochromatic Colors of #F8699B
Black with #F8699B
Text Example
Text Example
White with #F8699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8699B; }
p { color: rgb(248,105,155); }
H1.HeaderClassName
{
color: #F8699B;
}
.AnyTagClassName
{
color: #F8699B;
}
</style>
background-color css
<style>
a { background-color: #F8699B; }
a { background-color: rgb(248,105,155); }
div.DivClassName
{
background-color: #F8699B;
}
.BgClassName
{
background-color: #F8699B;
}
</style>
border-color css
<style>
span { border-color: #F8699B; }
span { border-color: rgb(248,105,155); }
td.TdClassName
{
border-color: #F8699B;
}
.TagClassName
{
border-color: #F8699B;
}
</style>