Shades of Brink Pink #F8698C
Tints of Brink Pink #F8698C
RGB
CMYK
RGB Variations
Color information
#F8698C (or 0xF8698C) is known color: Brink Pink. HEX triplet: F8, 69 and 8C. RGB value is (248,105,140). Sum of RGB (Red+Green+Blue) = 248+105+140=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8698C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8698C is #079673. Grayscale: #979797. Windows color (decimal): -497268 or 9202168. OLE color: 9202168.
HSL color Cylindrical-coordinate representation of color #F8698C: hue angle of 345.31º 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 #F8698C is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 140 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.03 |
| HSL | 345.31º | 0.91% | 0.69% | - |
| HSV(B) | 345.31º | 0.58% | 0.97% | - |
| XYZ | 48.5 | 31.95 | 28.42 | - |
| YUV | 151.75 | 121.38 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 140 | 0 | 0.58 | 0.44 | 0.03 | 345.31 | 0.91 | 0.69 |
| Hex | F8 | 69 | 8C | 0 | 3A | 2C | 3 | 159 | 5B | 45 |
| Octal | 370 | 151 | 214 | 0 | 72 | 54 | 3 | 531 | 133 | 105 |
| Binary | 11111000 | 1101001 | 10001100 | 0 | 111010 | 101100 | 11 | 101011001 | 1011011 | 1000101 |
Color Harmonies of #F8698C
Complementary color
Monochromatic Colors of #F8698C
Black with #F8698C
Text Example
Text Example
White with #F8698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8698C; }
p { color: rgb(248,105,140); }
H1.HeaderClassName
{
color: #F8698C;
}
.AnyTagClassName
{
color: #F8698C;
}
</style>
background-color css
<style>
a { background-color: #F8698C; }
a { background-color: rgb(248,105,140); }
div.DivClassName
{
background-color: #F8698C;
}
.BgClassName
{
background-color: #F8698C;
}
</style>
border-color css
<style>
span { border-color: #F8698C; }
span { border-color: rgb(248,105,140); }
td.TdClassName
{
border-color: #F8698C;
}
.TagClassName
{
border-color: #F8698C;
}
</style>