Shades of Brink Pink #F86394
Tints of Brink Pink #F86394
RGB
CMYK
RGB Variations
Color information
#F86394 (or 0xF86394) is known color: Brink Pink. HEX triplet: F8, 63 and 94. RGB value is (248,99,148). Sum of RGB (Red+Green+Blue) = 248+99+148=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F86394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86394 is #079C6B. Grayscale: #959595. Windows color (decimal): -498796 or 9724920. OLE color: 9724920.
HSL color Cylindrical-coordinate representation of color #F86394: hue angle of 340.27º 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 #F86394 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 148 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.03 |
| HSL | 340.27º | 0.91% | 0.68% | - |
| HSV(B) | 340.27º | 0.6% | 0.97% | - |
| XYZ | 48.52 | 31.02 | 31.45 | - |
| YUV | 149.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 148 | 0 | 0.60 | 0.40 | 0.03 | 340.27 | 0.91 | 0.68 |
| Hex | F8 | 63 | 94 | 0 | 3C | 28 | 3 | 154 | 5B | 44 |
| Octal | 370 | 143 | 224 | 0 | 74 | 50 | 3 | 524 | 133 | 104 |
| Binary | 11111000 | 1100011 | 10010100 | 0 | 111100 | 101000 | 11 | 101010100 | 1011011 | 1000100 |
Color Harmonies of #F86394
Complementary color
Monochromatic Colors of #F86394
Black with #F86394
Text Example
Text Example
White with #F86394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86394; }
p { color: rgb(248,99,148); }
H1.HeaderClassName
{
color: #F86394;
}
.AnyTagClassName
{
color: #F86394;
}
</style>
background-color css
<style>
a { background-color: #F86394; }
a { background-color: rgb(248,99,148); }
div.DivClassName
{
background-color: #F86394;
}
.BgClassName
{
background-color: #F86394;
}
</style>
border-color css
<style>
span { border-color: #F86394; }
span { border-color: rgb(248,99,148); }
td.TdClassName
{
border-color: #F86394;
}
.TagClassName
{
border-color: #F86394;
}
</style>