Shades of Brink Pink #F86F7C
Tints of Brink Pink #F86F7C
RGB
CMYK
RGB Variations
Color information
#F86F7C (or 0xF86F7C) is known color: Brink Pink. HEX triplet: F8, 6F and 7C. RGB value is (248,111,124). Sum of RGB (Red+Green+Blue) = 248+111+124=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F7C is #079083. Grayscale: #999999. Windows color (decimal): -495748 or 8155128. OLE color: 8155128.
HSL color Cylindrical-coordinate representation of color #F86F7C: hue angle of 354.31º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86F7C is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 124 | - |
| CMYK | 0 | 0.55 | 0.5 | 0.03 |
| HSL | 354.31º | 0.91% | 0.7% | - |
| HSV(B) | 354.31º | 0.55% | 0.97% | - |
| XYZ | 48.03 | 32.78 | 22.86 | - |
| YUV | 153.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 124 | 0 | 0.55 | 0.5 | 0.03 | 354.31 | 0.91 | 0.7 |
| Hex | F8 | 6F | 7C | 0 | 37 | 32 | 3 | 162 | 5B | 46 |
| Octal | 370 | 157 | 174 | 0 | 67 | 62 | 3 | 542 | 133 | 106 |
| Binary | 11111000 | 1101111 | 1111100 | 0 | 110111 | 110010 | 11 | 101100010 | 1011011 | 1000110 |
Color Harmonies of #F86F7C
Complementary color
Monochromatic Colors of #F86F7C
Black with #F86F7C
Text Example
Text Example
White with #F86F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86F7C; }
p { color: rgb(248,111,124); }
H1.HeaderClassName
{
color: #F86F7C;
}
.AnyTagClassName
{
color: #F86F7C;
}
</style>
background-color css
<style>
a { background-color: #F86F7C; }
a { background-color: rgb(248,111,124); }
div.DivClassName
{
background-color: #F86F7C;
}
.BgClassName
{
background-color: #F86F7C;
}
</style>
border-color css
<style>
span { border-color: #F86F7C; }
span { border-color: rgb(248,111,124); }
td.TdClassName
{
border-color: #F86F7C;
}
.TagClassName
{
border-color: #F86F7C;
}
</style>