Shades of Brink Pink #F86388
Tints of Brink Pink #F86388
RGB
CMYK
RGB Variations
Color information
#F86388 (or 0xF86388) is known color: Brink Pink. HEX triplet: F8, 63 and 88. RGB value is (248,99,136). Sum of RGB (Red+Green+Blue) = 248+99+136=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F86388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86388 is #079C77. Grayscale: #939393. Windows color (decimal): -498808 or 8938488. OLE color: 8938488.
HSL color Cylindrical-coordinate representation of color #F86388: hue angle of 345.1º 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 #F86388 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 136 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.03 |
| HSL | 345.1º | 0.91% | 0.68% | - |
| HSV(B) | 345.1º | 0.6% | 0.97% | - |
| XYZ | 47.62 | 30.66 | 26.7 | - |
| YUV | 147.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 136 | 0 | 0.60 | 0.45 | 0.03 | 345.1 | 0.91 | 0.68 |
| Hex | F8 | 63 | 88 | 0 | 3C | 2D | 3 | 159 | 5B | 44 |
| Octal | 370 | 143 | 210 | 0 | 74 | 55 | 3 | 531 | 133 | 104 |
| Binary | 11111000 | 1100011 | 10001000 | 0 | 111100 | 101101 | 11 | 101011001 | 1011011 | 1000100 |
Color Harmonies of #F86388
Complementary color
Monochromatic Colors of #F86388
Black with #F86388
Text Example
Text Example
White with #F86388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86388; }
p { color: rgb(248,99,136); }
H1.HeaderClassName
{
color: #F86388;
}
.AnyTagClassName
{
color: #F86388;
}
</style>
background-color css
<style>
a { background-color: #F86388; }
a { background-color: rgb(248,99,136); }
div.DivClassName
{
background-color: #F86388;
}
.BgClassName
{
background-color: #F86388;
}
</style>
border-color css
<style>
span { border-color: #F86388; }
span { border-color: rgb(248,99,136); }
td.TdClassName
{
border-color: #F86388;
}
.TagClassName
{
border-color: #F86388;
}
</style>