Shades of Brink Pink #F7678A
Tints of Brink Pink #F7678A
RGB
CMYK
RGB Variations
Color information
#F7678A (or 0xF7678A) is known color: Brink Pink. HEX triplet: F7, 67 and 8A. RGB value is (247,103,138). Sum of RGB (Red+Green+Blue) = 247+103+138=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F7678A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7678A is #089875. Grayscale: #969696. Windows color (decimal): -563318 or 9070583. OLE color: 9070583.
HSL color Cylindrical-coordinate representation of color #F7678A: hue angle of 345.42º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7678A is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 138 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.03 |
| HSL | 345.42º | 0.9% | 0.69% | - |
| HSV(B) | 345.42º | 0.58% | 0.97% | - |
| XYZ | 47.8 | 31.31 | 27.57 | - |
| YUV | 150.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 138 | 0 | 0.58 | 0.44 | 0.03 | 345.42 | 0.9 | 0.69 |
| Hex | F7 | 67 | 8A | 0 | 3A | 2C | 3 | 159 | 5A | 45 |
| Octal | 367 | 147 | 212 | 0 | 72 | 54 | 3 | 531 | 132 | 105 |
| Binary | 11110111 | 1100111 | 10001010 | 0 | 111010 | 101100 | 11 | 101011001 | 1011010 | 1000101 |
Color Harmonies of #F7678A
Complementary color
Monochromatic Colors of #F7678A
Black with #F7678A
Text Example
Text Example
White with #F7678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7678A; }
p { color: rgb(247,103,138); }
H1.HeaderClassName
{
color: #F7678A;
}
.AnyTagClassName
{
color: #F7678A;
}
</style>
background-color css
<style>
a { background-color: #F7678A; }
a { background-color: rgb(247,103,138); }
div.DivClassName
{
background-color: #F7678A;
}
.BgClassName
{
background-color: #F7678A;
}
</style>
border-color css
<style>
span { border-color: #F7678A; }
span { border-color: rgb(247,103,138); }
td.TdClassName
{
border-color: #F7678A;
}
.TagClassName
{
border-color: #F7678A;
}
</style>