Shades of Brink Pink #F8607C
Tints of Brink Pink #F8607C
RGB
CMYK
RGB Variations
Color information
#F8607C (or 0xF8607C) is known color: Brink Pink. HEX triplet: F8, 60 and 7C. RGB value is (248,96,124). Sum of RGB (Red+Green+Blue) = 248+96+124=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8607C is #079F83. Grayscale: #909090. Windows color (decimal): -499588 or 8151288. OLE color: 8151288.
HSL color Cylindrical-coordinate representation of color #F8607C: hue angle of 348.95º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8607C is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 124 | - |
| CMYK | 0 | 0.61 | 0.5 | 0.03 |
| HSL | 348.95º | 0.92% | 0.67% | - |
| HSV(B) | 348.95º | 0.61% | 0.97% | - |
| XYZ | 46.53 | 29.78 | 22.36 | - |
| YUV | 144.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 124 | 0 | 0.61 | 0.5 | 0.03 | 348.95 | 0.92 | 0.67 |
| Hex | F8 | 60 | 7C | 0 | 3D | 32 | 3 | 15D | 5C | 43 |
| Octal | 370 | 140 | 174 | 0 | 75 | 62 | 3 | 535 | 134 | 103 |
| Binary | 11111000 | 1100000 | 1111100 | 0 | 111101 | 110010 | 11 | 101011101 | 1011100 | 1000011 |
Color Harmonies of #F8607C
Complementary color
Monochromatic Colors of #F8607C
Black with #F8607C
Text Example
Text Example
White with #F8607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8607C; }
p { color: rgb(248,96,124); }
H1.HeaderClassName
{
color: #F8607C;
}
.AnyTagClassName
{
color: #F8607C;
}
</style>
background-color css
<style>
a { background-color: #F8607C; }
a { background-color: rgb(248,96,124); }
div.DivClassName
{
background-color: #F8607C;
}
.BgClassName
{
background-color: #F8607C;
}
</style>
border-color css
<style>
span { border-color: #F8607C; }
span { border-color: rgb(248,96,124); }
td.TdClassName
{
border-color: #F8607C;
}
.TagClassName
{
border-color: #F8607C;
}
</style>