Shades of Brink Pink #F6678F
Tints of Brink Pink #F6678F
RGB
CMYK
RGB Variations
Color information
#F6678F (or 0xF6678F) is known color: Brink Pink. HEX triplet: F6, 67 and 8F. RGB value is (246,103,143). Sum of RGB (Red+Green+Blue) = 246+103+143=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F6678F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6678F is #099870. Grayscale: #969696. Windows color (decimal): -628849 or 9398262. OLE color: 9398262.
HSL color Cylindrical-coordinate representation of color #F6678F: hue angle of 343.22º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6678F is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 103 | 143 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.04 |
| HSL | 343.22º | 0.89% | 0.68% | - |
| HSV(B) | 343.22º | 0.58% | 0.96% | - |
| XYZ | 47.81 | 31.28 | 29.5 | - |
| YUV | 150.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 143 | 0 | 0.58 | 0.42 | 0.04 | 343.22 | 0.89 | 0.68 |
| Hex | F6 | 67 | 8F | 0 | 3A | 2A | 4 | 157 | 59 | 44 |
| Octal | 366 | 147 | 217 | 0 | 72 | 52 | 4 | 527 | 131 | 104 |
| Binary | 11110110 | 1100111 | 10001111 | 0 | 111010 | 101010 | 100 | 101010111 | 1011001 | 1000100 |
Color Harmonies of #F6678F
Complementary color
Monochromatic Colors of #F6678F
Black with #F6678F
Text Example
Text Example
White with #F6678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6678F; }
p { color: rgb(246,103,143); }
H1.HeaderClassName
{
color: #F6678F;
}
.AnyTagClassName
{
color: #F6678F;
}
</style>
background-color css
<style>
a { background-color: #F6678F; }
a { background-color: rgb(246,103,143); }
div.DivClassName
{
background-color: #F6678F;
}
.BgClassName
{
background-color: #F6678F;
}
</style>
border-color css
<style>
span { border-color: #F6678F; }
span { border-color: rgb(246,103,143); }
td.TdClassName
{
border-color: #F6678F;
}
.TagClassName
{
border-color: #F6678F;
}
</style>