Shades of Brink Pink #F86690
Tints of Brink Pink #F86690
RGB
CMYK
RGB Variations
Color information
#F86690 (or 0xF86690) is known color: Brink Pink. HEX triplet: F8, 66 and 90. RGB value is (248,102,144). Sum of RGB (Red+Green+Blue) = 248+102+144=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F86690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86690 is #07996F. Grayscale: #969696. Windows color (decimal): -498032 or 9463544. OLE color: 9463544.
HSL color Cylindrical-coordinate representation of color #F86690: hue angle of 342.74º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F86690 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 144 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.03 |
| HSL | 342.74º | 0.91% | 0.69% | - |
| HSV(B) | 342.74º | 0.59% | 0.97% | - |
| XYZ | 48.5 | 31.47 | 29.9 | - |
| YUV | 150.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 144 | 0 | 0.59 | 0.42 | 0.03 | 342.74 | 0.91 | 0.69 |
| Hex | F8 | 66 | 90 | 0 | 3B | 2A | 3 | 157 | 5B | 45 |
| Octal | 370 | 146 | 220 | 0 | 73 | 52 | 3 | 527 | 133 | 105 |
| Binary | 11111000 | 1100110 | 10010000 | 0 | 111011 | 101010 | 11 | 101010111 | 1011011 | 1000101 |
Color Harmonies of #F86690
Complementary color
Monochromatic Colors of #F86690
Black with #F86690
Text Example
Text Example
White with #F86690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86690; }
p { color: rgb(248,102,144); }
H1.HeaderClassName
{
color: #F86690;
}
.AnyTagClassName
{
color: #F86690;
}
</style>
background-color css
<style>
a { background-color: #F86690; }
a { background-color: rgb(248,102,144); }
div.DivClassName
{
background-color: #F86690;
}
.BgClassName
{
background-color: #F86690;
}
</style>
border-color css
<style>
span { border-color: #F86690; }
span { border-color: rgb(248,102,144); }
td.TdClassName
{
border-color: #F86690;
}
.TagClassName
{
border-color: #F86690;
}
</style>