Shades of Brink Pink #F8737E
Tints of Brink Pink #F8737E
RGB
CMYK
RGB Variations
Color information
#F8737E (or 0xF8737E) is known color: Brink Pink. HEX triplet: F8, 73 and 7E. RGB value is (248,115,126). Sum of RGB (Red+Green+Blue) = 248+115+126=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8737E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8737E is #078C81. Grayscale: #9C9C9C. Windows color (decimal): -494722 or 8287224. OLE color: 8287224.
HSL color Cylindrical-coordinate representation of color #F8737E: hue angle of 355.04º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8737E is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 126 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.03 |
| HSL | 355.04º | 0.9% | 0.71% | - |
| HSV(B) | 355.04º | 0.54% | 0.97% | - |
| XYZ | 48.61 | 33.72 | 23.69 | - |
| YUV | 156.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 126 | 0 | 0.54 | 0.49 | 0.03 | 355.04 | 0.9 | 0.71 |
| Hex | F8 | 73 | 7E | 0 | 36 | 31 | 3 | 163 | 5A | 47 |
| Octal | 370 | 163 | 176 | 0 | 66 | 61 | 3 | 543 | 132 | 107 |
| Binary | 11111000 | 1110011 | 1111110 | 0 | 110110 | 110001 | 11 | 101100011 | 1011010 | 1000111 |
Color Harmonies of #F8737E
Complementary color
Monochromatic Colors of #F8737E
Black with #F8737E
Text Example
Text Example
White with #F8737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8737E; }
p { color: rgb(248,115,126); }
H1.HeaderClassName
{
color: #F8737E;
}
.AnyTagClassName
{
color: #F8737E;
}
</style>
background-color css
<style>
a { background-color: #F8737E; }
a { background-color: rgb(248,115,126); }
div.DivClassName
{
background-color: #F8737E;
}
.BgClassName
{
background-color: #F8737E;
}
</style>
border-color css
<style>
span { border-color: #F8737E; }
span { border-color: rgb(248,115,126); }
td.TdClassName
{
border-color: #F8737E;
}
.TagClassName
{
border-color: #F8737E;
}
</style>