Shades of Brink Pink #F86384
Tints of Brink Pink #F86384
RGB
CMYK
RGB Variations
Color information
#F86384 (or 0xF86384) is known color: Brink Pink. HEX triplet: F8, 63 and 84. RGB value is (248,99,132). Sum of RGB (Red+Green+Blue) = 248+99+132=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F86384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86384 is #079C7B. Grayscale: #939393. Windows color (decimal): -498812 or 8676344. OLE color: 8676344.
HSL color Cylindrical-coordinate representation of color #F86384: hue angle of 346.71º 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 #F86384 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 132 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.03 |
| HSL | 346.71º | 0.91% | 0.68% | - |
| HSV(B) | 346.71º | 0.6% | 0.97% | - |
| XYZ | 47.34 | 30.55 | 25.23 | - |
| YUV | 147.31 | 119.36 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 132 | 0 | 0.60 | 0.47 | 0.03 | 346.71 | 0.91 | 0.68 |
| Hex | F8 | 63 | 84 | 0 | 3C | 2F | 3 | 15B | 5B | 44 |
| Octal | 370 | 143 | 204 | 0 | 74 | 57 | 3 | 533 | 133 | 104 |
| Binary | 11111000 | 1100011 | 10000100 | 0 | 111100 | 101111 | 11 | 101011011 | 1011011 | 1000100 |
Color Harmonies of #F86384
Complementary color
Monochromatic Colors of #F86384
Black with #F86384
Text Example
Text Example
White with #F86384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86384; }
p { color: rgb(248,99,132); }
H1.HeaderClassName
{
color: #F86384;
}
.AnyTagClassName
{
color: #F86384;
}
</style>
background-color css
<style>
a { background-color: #F86384; }
a { background-color: rgb(248,99,132); }
div.DivClassName
{
background-color: #F86384;
}
.BgClassName
{
background-color: #F86384;
}
</style>
border-color css
<style>
span { border-color: #F86384; }
span { border-color: rgb(248,99,132); }
td.TdClassName
{
border-color: #F86384;
}
.TagClassName
{
border-color: #F86384;
}
</style>