Shades of Brink Pink #F8617C
Tints of Brink Pink #F8617C
RGB
CMYK
RGB Variations
Color information
#F8617C (or 0xF8617C) is known color: Brink Pink. HEX triplet: F8, 61 and 7C. RGB value is (248,97,124). Sum of RGB (Red+Green+Blue) = 248+97+124=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8617C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8617C is #079E83. Grayscale: #919191. Windows color (decimal): -499332 or 8151544. OLE color: 8151544.
HSL color Cylindrical-coordinate representation of color #F8617C: hue angle of 349.27º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8617C is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 124 | - |
| CMYK | 0 | 0.61 | 0.5 | 0.03 |
| HSL | 349.27º | 0.92% | 0.68% | - |
| HSV(B) | 349.27º | 0.61% | 0.97% | - |
| XYZ | 46.62 | 29.96 | 22.39 | - |
| YUV | 145.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 124 | 0 | 0.61 | 0.5 | 0.03 | 349.27 | 0.92 | 0.68 |
| Hex | F8 | 61 | 7C | 0 | 3D | 32 | 3 | 15D | 5C | 44 |
| Octal | 370 | 141 | 174 | 0 | 75 | 62 | 3 | 535 | 134 | 104 |
| Binary | 11111000 | 1100001 | 1111100 | 0 | 111101 | 110010 | 11 | 101011101 | 1011100 | 1000100 |
Color Harmonies of #F8617C
Complementary color
Monochromatic Colors of #F8617C
Black with #F8617C
Text Example
Text Example
White with #F8617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8617C; }
p { color: rgb(248,97,124); }
H1.HeaderClassName
{
color: #F8617C;
}
.AnyTagClassName
{
color: #F8617C;
}
</style>
background-color css
<style>
a { background-color: #F8617C; }
a { background-color: rgb(248,97,124); }
div.DivClassName
{
background-color: #F8617C;
}
.BgClassName
{
background-color: #F8617C;
}
</style>
border-color css
<style>
span { border-color: #F8617C; }
span { border-color: rgb(248,97,124); }
td.TdClassName
{
border-color: #F8617C;
}
.TagClassName
{
border-color: #F8617C;
}
</style>