Shades of Brink Pink #F8698E
Tints of Brink Pink #F8698E
RGB
CMYK
RGB Variations
Color information
#F8698E (or 0xF8698E) is known color: Brink Pink. HEX triplet: F8, 69 and 8E. RGB value is (248,105,142). Sum of RGB (Red+Green+Blue) = 248+105+142=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8698E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8698E is #079671. Grayscale: #979797. Windows color (decimal): -497266 or 9333240. OLE color: 9333240.
HSL color Cylindrical-coordinate representation of color #F8698E: hue angle of 344.48º 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 #F8698E is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 142 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.03 |
| HSL | 344.48º | 0.91% | 0.69% | - |
| HSV(B) | 344.48º | 0.58% | 0.97% | - |
| XYZ | 48.65 | 32.01 | 29.21 | - |
| YUV | 151.98 | 122.38 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 142 | 0 | 0.58 | 0.43 | 0.03 | 344.48 | 0.91 | 0.69 |
| Hex | F8 | 69 | 8E | 0 | 3A | 2B | 3 | 158 | 5B | 45 |
| Octal | 370 | 151 | 216 | 0 | 72 | 53 | 3 | 530 | 133 | 105 |
| Binary | 11111000 | 1101001 | 10001110 | 0 | 111010 | 101011 | 11 | 101011000 | 1011011 | 1000101 |
Color Harmonies of #F8698E
Complementary color
Monochromatic Colors of #F8698E
Black with #F8698E
Text Example
Text Example
White with #F8698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8698E; }
p { color: rgb(248,105,142); }
H1.HeaderClassName
{
color: #F8698E;
}
.AnyTagClassName
{
color: #F8698E;
}
</style>
background-color css
<style>
a { background-color: #F8698E; }
a { background-color: rgb(248,105,142); }
div.DivClassName
{
background-color: #F8698E;
}
.BgClassName
{
background-color: #F8698E;
}
</style>
border-color css
<style>
span { border-color: #F8698E; }
span { border-color: rgb(248,105,142); }
td.TdClassName
{
border-color: #F8698E;
}
.TagClassName
{
border-color: #F8698E;
}
</style>