Shades of Brink Pink #F8628C
Tints of Brink Pink #F8628C
RGB
CMYK
RGB Variations
Color information
#F8628C (or 0xF8628C) is known color: Brink Pink. HEX triplet: F8, 62 and 8C. RGB value is (248,98,140). Sum of RGB (Red+Green+Blue) = 248+98+140=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8628C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8628C is #079D73. Grayscale: #939393. Windows color (decimal): -499060 or 9200376. OLE color: 9200376.
HSL color Cylindrical-coordinate representation of color #F8628C: hue angle of 343.2º 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 #F8628C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 140 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.03 |
| HSL | 343.2º | 0.91% | 0.68% | - |
| HSV(B) | 343.2º | 0.6% | 0.97% | - |
| XYZ | 47.81 | 30.59 | 28.19 | - |
| YUV | 147.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 140 | 0 | 0.60 | 0.44 | 0.03 | 343.2 | 0.91 | 0.68 |
| Hex | F8 | 62 | 8C | 0 | 3C | 2C | 3 | 157 | 5B | 44 |
| Octal | 370 | 142 | 214 | 0 | 74 | 54 | 3 | 527 | 133 | 104 |
| Binary | 11111000 | 1100010 | 10001100 | 0 | 111100 | 101100 | 11 | 101010111 | 1011011 | 1000100 |
Color Harmonies of #F8628C
Complementary color
Monochromatic Colors of #F8628C
Black with #F8628C
Text Example
Text Example
White with #F8628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8628C; }
p { color: rgb(248,98,140); }
H1.HeaderClassName
{
color: #F8628C;
}
.AnyTagClassName
{
color: #F8628C;
}
</style>
background-color css
<style>
a { background-color: #F8628C; }
a { background-color: rgb(248,98,140); }
div.DivClassName
{
background-color: #F8628C;
}
.BgClassName
{
background-color: #F8628C;
}
</style>
border-color css
<style>
span { border-color: #F8628C; }
span { border-color: rgb(248,98,140); }
td.TdClassName
{
border-color: #F8628C;
}
.TagClassName
{
border-color: #F8628C;
}
</style>