Shades of Brink Pink #F6658C
Tints of Brink Pink #F6658C
RGB
CMYK
RGB Variations
Color information
#F6658C (or 0xF6658C) is known color: Brink Pink. HEX triplet: F6, 65 and 8C. RGB value is (246,101,140). Sum of RGB (Red+Green+Blue) = 246+101+140=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F6658C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6658C is #099A73. Grayscale: #949494. Windows color (decimal): -629364 or 9201142. OLE color: 9201142.
HSL color Cylindrical-coordinate representation of color #F6658C: hue angle of 343.86º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6658C is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 101 | 140 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.04 |
| HSL | 343.86º | 0.89% | 0.68% | - |
| HSV(B) | 343.86º | 0.59% | 0.96% | - |
| XYZ | 47.39 | 30.79 | 28.26 | - |
| YUV | 148.8 | 123.04 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 140 | 0 | 0.59 | 0.43 | 0.04 | 343.86 | 0.89 | 0.68 |
| Hex | F6 | 65 | 8C | 0 | 3B | 2B | 4 | 158 | 59 | 44 |
| Octal | 366 | 145 | 214 | 0 | 73 | 53 | 4 | 530 | 131 | 104 |
| Binary | 11110110 | 1100101 | 10001100 | 0 | 111011 | 101011 | 100 | 101011000 | 1011001 | 1000100 |
Color Harmonies of #F6658C
Complementary color
Monochromatic Colors of #F6658C
Black with #F6658C
Text Example
Text Example
White with #F6658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6658C; }
p { color: rgb(246,101,140); }
H1.HeaderClassName
{
color: #F6658C;
}
.AnyTagClassName
{
color: #F6658C;
}
</style>
background-color css
<style>
a { background-color: #F6658C; }
a { background-color: rgb(246,101,140); }
div.DivClassName
{
background-color: #F6658C;
}
.BgClassName
{
background-color: #F6658C;
}
</style>
border-color css
<style>
span { border-color: #F6658C; }
span { border-color: rgb(246,101,140); }
td.TdClassName
{
border-color: #F6658C;
}
.TagClassName
{
border-color: #F6658C;
}
</style>