Shades of Brink Pink #F8647A
Tints of Brink Pink #F8647A
RGB
CMYK
RGB Variations
Color information
#F8647A (or 0xF8647A) is known color: Brink Pink. HEX triplet: F8, 64 and 7A. RGB value is (248,100,122). Sum of RGB (Red+Green+Blue) = 248+100+122=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F8647A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8647A is #079B85. Grayscale: #929292. Windows color (decimal): -498566 or 8021240. OLE color: 8021240.
HSL color Cylindrical-coordinate representation of color #F8647A: hue angle of 351.08º 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 #F8647A is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 122 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.03 |
| HSL | 351.08º | 0.91% | 0.68% | - |
| HSV(B) | 351.08º | 0.6% | 0.97% | - |
| XYZ | 46.78 | 30.48 | 21.83 | - |
| YUV | 146.76 | 114.03 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 122 | 0 | 0.60 | 0.51 | 0.03 | 351.08 | 0.91 | 0.68 |
| Hex | F8 | 64 | 7A | 0 | 3C | 33 | 3 | 15F | 5B | 44 |
| Octal | 370 | 144 | 172 | 0 | 74 | 63 | 3 | 537 | 133 | 104 |
| Binary | 11111000 | 1100100 | 1111010 | 0 | 111100 | 110011 | 11 | 101011111 | 1011011 | 1000100 |
Color Harmonies of #F8647A
Complementary color
Monochromatic Colors of #F8647A
Black with #F8647A
Text Example
Text Example
White with #F8647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8647A; }
p { color: rgb(248,100,122); }
H1.HeaderClassName
{
color: #F8647A;
}
.AnyTagClassName
{
color: #F8647A;
}
</style>
background-color css
<style>
a { background-color: #F8647A; }
a { background-color: rgb(248,100,122); }
div.DivClassName
{
background-color: #F8647A;
}
.BgClassName
{
background-color: #F8647A;
}
</style>
border-color css
<style>
span { border-color: #F8647A; }
span { border-color: rgb(248,100,122); }
td.TdClassName
{
border-color: #F8647A;
}
.TagClassName
{
border-color: #F8647A;
}
</style>