Shades of Brink Pink #F86487
Tints of Brink Pink #F86487
RGB
CMYK
RGB Variations
Color information
#F86487 (or 0xF86487) is known color: Brink Pink. HEX triplet: F8, 64 and 87. RGB value is (248,100,135). Sum of RGB (Red+Green+Blue) = 248+100+135=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F86487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86487 is #079B78. Grayscale: #949494. Windows color (decimal): -498553 or 8873208. OLE color: 8873208.
HSL color Cylindrical-coordinate representation of color #F86487: hue angle of 345.81º 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 #F86487 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 135 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.03 |
| HSL | 345.81º | 0.91% | 0.68% | - |
| HSV(B) | 345.81º | 0.6% | 0.97% | - |
| XYZ | 47.64 | 30.82 | 26.36 | - |
| YUV | 148.24 | 120.53 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 135 | 0 | 0.60 | 0.46 | 0.03 | 345.81 | 0.91 | 0.68 |
| Hex | F8 | 64 | 87 | 0 | 3C | 2E | 3 | 15A | 5B | 44 |
| Octal | 370 | 144 | 207 | 0 | 74 | 56 | 3 | 532 | 133 | 104 |
| Binary | 11111000 | 1100100 | 10000111 | 0 | 111100 | 101110 | 11 | 101011010 | 1011011 | 1000100 |
Color Harmonies of #F86487
Complementary color
Monochromatic Colors of #F86487
Black with #F86487
Text Example
Text Example
White with #F86487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86487; }
p { color: rgb(248,100,135); }
H1.HeaderClassName
{
color: #F86487;
}
.AnyTagClassName
{
color: #F86487;
}
</style>
background-color css
<style>
a { background-color: #F86487; }
a { background-color: rgb(248,100,135); }
div.DivClassName
{
background-color: #F86487;
}
.BgClassName
{
background-color: #F86487;
}
</style>
border-color css
<style>
span { border-color: #F86487; }
span { border-color: rgb(248,100,135); }
td.TdClassName
{
border-color: #F86487;
}
.TagClassName
{
border-color: #F86487;
}
</style>