Shades of Brink Pink #F8627D
Tints of Brink Pink #F8627D
RGB
CMYK
RGB Variations
Color information
#F8627D (or 0xF8627D) is known color: Brink Pink. HEX triplet: F8, 62 and 7D. RGB value is (248,98,125). Sum of RGB (Red+Green+Blue) = 248+98+125=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8627D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8627D is #079D82. Grayscale: #919191. Windows color (decimal): -499075 or 8217336. OLE color: 8217336.
HSL color Cylindrical-coordinate representation of color #F8627D: hue angle of 349.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 #F8627D is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 125 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.03 |
| HSL | 349.2º | 0.91% | 0.68% | - |
| HSV(B) | 349.2º | 0.6% | 0.97% | - |
| XYZ | 46.78 | 30.17 | 22.76 | - |
| YUV | 145.93 | 116.2 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 125 | 0 | 0.60 | 0.50 | 0.03 | 349.2 | 0.91 | 0.68 |
| Hex | F8 | 62 | 7D | 0 | 3C | 32 | 3 | 15D | 5B | 44 |
| Octal | 370 | 142 | 175 | 0 | 74 | 62 | 3 | 535 | 133 | 104 |
| Binary | 11111000 | 1100010 | 1111101 | 0 | 111100 | 110010 | 11 | 101011101 | 1011011 | 1000100 |
Color Harmonies of #F8627D
Complementary color
Monochromatic Colors of #F8627D
Black with #F8627D
Text Example
Text Example
White with #F8627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8627D; }
p { color: rgb(248,98,125); }
H1.HeaderClassName
{
color: #F8627D;
}
.AnyTagClassName
{
color: #F8627D;
}
</style>
background-color css
<style>
a { background-color: #F8627D; }
a { background-color: rgb(248,98,125); }
div.DivClassName
{
background-color: #F8627D;
}
.BgClassName
{
background-color: #F8627D;
}
</style>
border-color css
<style>
span { border-color: #F8627D; }
span { border-color: rgb(248,98,125); }
td.TdClassName
{
border-color: #F8627D;
}
.TagClassName
{
border-color: #F8627D;
}
</style>