Shades of Brink Pink #F8678C
Tints of Brink Pink #F8678C
RGB
CMYK
RGB Variations
Color information
#F8678C (or 0xF8678C) is known color: Brink Pink. HEX triplet: F8, 67 and 8C. RGB value is (248,103,140). Sum of RGB (Red+Green+Blue) = 248+103+140=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8678C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8678C is #079873. Grayscale: #969696. Windows color (decimal): -497780 or 9201656. OLE color: 9201656.
HSL color Cylindrical-coordinate representation of color #F8678C: hue angle of 344.69º 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 #F8678C is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 103 | 140 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.03 |
| HSL | 344.69º | 0.91% | 0.69% | - |
| HSV(B) | 344.69º | 0.58% | 0.97% | - |
| XYZ | 48.3 | 31.55 | 28.36 | - |
| YUV | 150.57 | 122.04 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 103 | 140 | 0 | 0.58 | 0.44 | 0.03 | 344.69 | 0.91 | 0.69 |
| Hex | F8 | 67 | 8C | 0 | 3A | 2C | 3 | 159 | 5B | 45 |
| Octal | 370 | 147 | 214 | 0 | 72 | 54 | 3 | 531 | 133 | 105 |
| Binary | 11111000 | 1100111 | 10001100 | 0 | 111010 | 101100 | 11 | 101011001 | 1011011 | 1000101 |
Color Harmonies of #F8678C
Complementary color
Monochromatic Colors of #F8678C
Black with #F8678C
Text Example
Text Example
White with #F8678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8678C; }
p { color: rgb(248,103,140); }
H1.HeaderClassName
{
color: #F8678C;
}
.AnyTagClassName
{
color: #F8678C;
}
</style>
background-color css
<style>
a { background-color: #F8678C; }
a { background-color: rgb(248,103,140); }
div.DivClassName
{
background-color: #F8678C;
}
.BgClassName
{
background-color: #F8678C;
}
</style>
border-color css
<style>
span { border-color: #F8678C; }
span { border-color: rgb(248,103,140); }
td.TdClassName
{
border-color: #F8678C;
}
.TagClassName
{
border-color: #F8678C;
}
</style>