Shades of Brink Pink #F8658B
Tints of Brink Pink #F8658B
RGB
CMYK
RGB Variations
Color information
#F8658B (or 0xF8658B) is known color: Brink Pink. HEX triplet: F8, 65 and 8B. RGB value is (248,101,139). Sum of RGB (Red+Green+Blue) = 248+101+139=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8658B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8658B is #079A74. Grayscale: #959595. Windows color (decimal): -498293 or 9135608. OLE color: 9135608.
HSL color Cylindrical-coordinate representation of color #F8658B: hue angle of 344.49º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8658B is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 139 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.03 |
| HSL | 344.49º | 0.91% | 0.68% | - |
| HSV(B) | 344.49º | 0.59% | 0.97% | - |
| XYZ | 48.03 | 31.13 | 27.9 | - |
| YUV | 149.29 | 122.2 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 139 | 0 | 0.59 | 0.44 | 0.03 | 344.49 | 0.91 | 0.68 |
| Hex | F8 | 65 | 8B | 0 | 3B | 2C | 3 | 158 | 5B | 44 |
| Octal | 370 | 145 | 213 | 0 | 73 | 54 | 3 | 530 | 133 | 104 |
| Binary | 11111000 | 1100101 | 10001011 | 0 | 111011 | 101100 | 11 | 101011000 | 1011011 | 1000100 |
Color Harmonies of #F8658B
Complementary color
Monochromatic Colors of #F8658B
Black with #F8658B
Text Example
Text Example
White with #F8658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8658B; }
p { color: rgb(248,101,139); }
H1.HeaderClassName
{
color: #F8658B;
}
.AnyTagClassName
{
color: #F8658B;
}
</style>
background-color css
<style>
a { background-color: #F8658B; }
a { background-color: rgb(248,101,139); }
div.DivClassName
{
background-color: #F8658B;
}
.BgClassName
{
background-color: #F8658B;
}
</style>
border-color css
<style>
span { border-color: #F8658B; }
span { border-color: rgb(248,101,139); }
td.TdClassName
{
border-color: #F8658B;
}
.TagClassName
{
border-color: #F8658B;
}
</style>