Shades of Brink Pink #F86279
Tints of Brink Pink #F86279
RGB
CMYK
RGB Variations
Color information
#F86279 (or 0xF86279) is known color: Brink Pink. HEX triplet: F8, 62 and 79. RGB value is (248,98,121). Sum of RGB (Red+Green+Blue) = 248+98+121=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F86279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86279 is #079D86. Grayscale: #919191. Windows color (decimal): -499079 or 7955192. OLE color: 7955192.
HSL color Cylindrical-coordinate representation of color #F86279: hue angle of 350.8º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86279 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 121 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.03 |
| HSL | 350.8º | 0.91% | 0.68% | - |
| HSV(B) | 350.8º | 0.6% | 0.97% | - |
| XYZ | 46.53 | 30.07 | 21.44 | - |
| YUV | 145.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 121 | 0 | 0.60 | 0.51 | 0.03 | 350.8 | 0.91 | 0.68 |
| Hex | F8 | 62 | 79 | 0 | 3C | 33 | 3 | 15F | 5B | 44 |
| Octal | 370 | 142 | 171 | 0 | 74 | 63 | 3 | 537 | 133 | 104 |
| Binary | 11111000 | 1100010 | 1111001 | 0 | 111100 | 110011 | 11 | 101011111 | 1011011 | 1000100 |
Color Harmonies of #F86279
Complementary color
Monochromatic Colors of #F86279
Black with #F86279
Text Example
Text Example
White with #F86279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86279; }
p { color: rgb(248,98,121); }
H1.HeaderClassName
{
color: #F86279;
}
.AnyTagClassName
{
color: #F86279;
}
</style>
background-color css
<style>
a { background-color: #F86279; }
a { background-color: rgb(248,98,121); }
div.DivClassName
{
background-color: #F86279;
}
.BgClassName
{
background-color: #F86279;
}
</style>
border-color css
<style>
span { border-color: #F86279; }
span { border-color: rgb(248,98,121); }
td.TdClassName
{
border-color: #F86279;
}
.TagClassName
{
border-color: #F86279;
}
</style>