Shades of Brink Pink #F8687D
Tints of Brink Pink #F8687D
RGB
CMYK
RGB Variations
Color information
#F8687D (or 0xF8687D) is known color: Brink Pink. HEX triplet: F8, 68 and 7D. RGB value is (248,104,125). Sum of RGB (Red+Green+Blue) = 248+104+125=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F8687D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8687D is #079782. Grayscale: #959595. Windows color (decimal): -497539 or 8218872. OLE color: 8218872.
HSL color Cylindrical-coordinate representation of color #F8687D: hue angle of 351.25º 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 #F8687D is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 125 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.03 |
| HSL | 351.25º | 0.91% | 0.69% | - |
| HSV(B) | 351.25º | 0.58% | 0.97% | - |
| XYZ | 47.36 | 31.34 | 22.95 | - |
| YUV | 149.45 | 114.21 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 125 | 0 | 0.58 | 0.50 | 0.03 | 351.25 | 0.91 | 0.69 |
| Hex | F8 | 68 | 7D | 0 | 3A | 32 | 3 | 15F | 5B | 45 |
| Octal | 370 | 150 | 175 | 0 | 72 | 62 | 3 | 537 | 133 | 105 |
| Binary | 11111000 | 1101000 | 1111101 | 0 | 111010 | 110010 | 11 | 101011111 | 1011011 | 1000101 |
Color Harmonies of #F8687D
Complementary color
Monochromatic Colors of #F8687D
Black with #F8687D
Text Example
Text Example
White with #F8687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8687D; }
p { color: rgb(248,104,125); }
H1.HeaderClassName
{
color: #F8687D;
}
.AnyTagClassName
{
color: #F8687D;
}
</style>
background-color css
<style>
a { background-color: #F8687D; }
a { background-color: rgb(248,104,125); }
div.DivClassName
{
background-color: #F8687D;
}
.BgClassName
{
background-color: #F8687D;
}
</style>
border-color css
<style>
span { border-color: #F8687D; }
span { border-color: rgb(248,104,125); }
td.TdClassName
{
border-color: #F8687D;
}
.TagClassName
{
border-color: #F8687D;
}
</style>