Shades of Brink Pink #F86380
Tints of Brink Pink #F86380
RGB
CMYK
RGB Variations
Color information
#F86380 (or 0xF86380) is known color: Brink Pink. HEX triplet: F8, 63 and 80. RGB value is (248,99,128). Sum of RGB (Red+Green+Blue) = 248+99+128=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F86380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86380 is #079C7F. Grayscale: #929292. Windows color (decimal): -498816 or 8414200. OLE color: 8414200.
HSL color Cylindrical-coordinate representation of color #F86380: hue angle of 348.32º 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 #F86380 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 128 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.03 |
| HSL | 348.32º | 0.91% | 0.68% | - |
| HSV(B) | 348.32º | 0.6% | 0.97% | - |
| XYZ | 47.07 | 30.44 | 23.82 | - |
| YUV | 146.86 | 117.36 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 128 | 0 | 0.60 | 0.48 | 0.03 | 348.32 | 0.91 | 0.68 |
| Hex | F8 | 63 | 80 | 0 | 3C | 30 | 3 | 15C | 5B | 44 |
| Octal | 370 | 143 | 200 | 0 | 74 | 60 | 3 | 534 | 133 | 104 |
| Binary | 11111000 | 1100011 | 10000000 | 0 | 111100 | 110000 | 11 | 101011100 | 1011011 | 1000100 |
Color Harmonies of #F86380
Complementary color
Monochromatic Colors of #F86380
Black with #F86380
Text Example
Text Example
White with #F86380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86380; }
p { color: rgb(248,99,128); }
H1.HeaderClassName
{
color: #F86380;
}
.AnyTagClassName
{
color: #F86380;
}
</style>
background-color css
<style>
a { background-color: #F86380; }
a { background-color: rgb(248,99,128); }
div.DivClassName
{
background-color: #F86380;
}
.BgClassName
{
background-color: #F86380;
}
</style>
border-color css
<style>
span { border-color: #F86380; }
span { border-color: rgb(248,99,128); }
td.TdClassName
{
border-color: #F86380;
}
.TagClassName
{
border-color: #F86380;
}
</style>