Shades of Brink Pink #F8627C
Tints of Brink Pink #F8627C
RGB
CMYK
RGB Variations
Color information
#F8627C (or 0xF8627C) is known color: Brink Pink. HEX triplet: F8, 62 and 7C. RGB value is (248,98,124). Sum of RGB (Red+Green+Blue) = 248+98+124=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F8627C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8627C is #079D83. Grayscale: #919191. Windows color (decimal): -499076 or 8151800. OLE color: 8151800.
HSL color Cylindrical-coordinate representation of color #F8627C: hue angle of 349.6º 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 #F8627C is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 124 | - |
| CMYK | 0 | 0.60 | 0.5 | 0.03 |
| HSL | 349.6º | 0.91% | 0.68% | - |
| HSV(B) | 349.6º | 0.6% | 0.97% | - |
| XYZ | 46.72 | 30.15 | 22.43 | - |
| YUV | 145.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 124 | 0 | 0.60 | 0.5 | 0.03 | 349.6 | 0.91 | 0.68 |
| Hex | F8 | 62 | 7C | 0 | 3C | 32 | 3 | 15E | 5B | 44 |
| Octal | 370 | 142 | 174 | 0 | 74 | 62 | 3 | 536 | 133 | 104 |
| Binary | 11111000 | 1100010 | 1111100 | 0 | 111100 | 110010 | 11 | 101011110 | 1011011 | 1000100 |
Color Harmonies of #F8627C
Complementary color
Monochromatic Colors of #F8627C
Black with #F8627C
Text Example
Text Example
White with #F8627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8627C; }
p { color: rgb(248,98,124); }
H1.HeaderClassName
{
color: #F8627C;
}
.AnyTagClassName
{
color: #F8627C;
}
</style>
background-color css
<style>
a { background-color: #F8627C; }
a { background-color: rgb(248,98,124); }
div.DivClassName
{
background-color: #F8627C;
}
.BgClassName
{
background-color: #F8627C;
}
</style>
border-color css
<style>
span { border-color: #F8627C; }
span { border-color: rgb(248,98,124); }
td.TdClassName
{
border-color: #F8627C;
}
.TagClassName
{
border-color: #F8627C;
}
</style>