Shades of Brink Pink #F8678F
Tints of Brink Pink #F8678F
RGB
CMYK
RGB Variations
Color information
#F8678F (or 0xF8678F) is known color: Brink Pink. HEX triplet: F8, 67 and 8F. RGB value is (248,103,143). Sum of RGB (Red+Green+Blue) = 248+103+143=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F8678F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8678F is #079870. Grayscale: #969696. Windows color (decimal): -497777 or 9398264. OLE color: 9398264.
HSL color Cylindrical-coordinate representation of color #F8678F: hue angle of 343.45º 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 #F8678F is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 103 | 143 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.03 |
| HSL | 343.45º | 0.91% | 0.69% | - |
| HSV(B) | 343.45º | 0.58% | 0.97% | - |
| XYZ | 48.52 | 31.64 | 29.54 | - |
| YUV | 150.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 103 | 143 | 0 | 0.58 | 0.42 | 0.03 | 343.45 | 0.91 | 0.69 |
| Hex | F8 | 67 | 8F | 0 | 3A | 2A | 3 | 157 | 5B | 45 |
| Octal | 370 | 147 | 217 | 0 | 72 | 52 | 3 | 527 | 133 | 105 |
| Binary | 11111000 | 1100111 | 10001111 | 0 | 111010 | 101010 | 11 | 101010111 | 1011011 | 1000101 |
Color Harmonies of #F8678F
Complementary color
Monochromatic Colors of #F8678F
Black with #F8678F
Text Example
Text Example
White with #F8678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8678F; }
p { color: rgb(248,103,143); }
H1.HeaderClassName
{
color: #F8678F;
}
.AnyTagClassName
{
color: #F8678F;
}
</style>
background-color css
<style>
a { background-color: #F8678F; }
a { background-color: rgb(248,103,143); }
div.DivClassName
{
background-color: #F8678F;
}
.BgClassName
{
background-color: #F8678F;
}
</style>
border-color css
<style>
span { border-color: #F8678F; }
span { border-color: rgb(248,103,143); }
td.TdClassName
{
border-color: #F8678F;
}
.TagClassName
{
border-color: #F8678F;
}
</style>