Shades of Brink Pink #F66080
Tints of Brink Pink #F66080
RGB
CMYK
RGB Variations
Color information
#F66080 (or 0xF66080) is known color: Brink Pink. HEX triplet: F6, 60 and 80. RGB value is (246,96,128). Sum of RGB (Red+Green+Blue) = 246+96+128=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F66080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66080 is #099F7F. Grayscale: #909090. Windows color (decimal): -630656 or 8413430. OLE color: 8413430.
HSL color Cylindrical-coordinate representation of color #F66080: hue angle of 347.2º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F66080 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 96 | 128 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.04 |
| HSL | 347.2º | 0.89% | 0.67% | - |
| HSV(B) | 347.2º | 0.61% | 0.96% | - |
| XYZ | 46.09 | 29.52 | 23.69 | - |
| YUV | 144.5 | 118.7 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 96 | 128 | 0 | 0.61 | 0.48 | 0.04 | 347.2 | 0.89 | 0.67 |
| Hex | F6 | 60 | 80 | 0 | 3D | 30 | 4 | 15B | 59 | 43 |
| Octal | 366 | 140 | 200 | 0 | 75 | 60 | 4 | 533 | 131 | 103 |
| Binary | 11110110 | 1100000 | 10000000 | 0 | 111101 | 110000 | 100 | 101011011 | 1011001 | 1000011 |
Color Harmonies of #F66080
Complementary color
Monochromatic Colors of #F66080
Black with #F66080
Text Example
Text Example
White with #F66080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66080; }
p { color: rgb(246,96,128); }
H1.HeaderClassName
{
color: #F66080;
}
.AnyTagClassName
{
color: #F66080;
}
</style>
background-color css
<style>
a { background-color: #F66080; }
a { background-color: rgb(246,96,128); }
div.DivClassName
{
background-color: #F66080;
}
.BgClassName
{
background-color: #F66080;
}
</style>
border-color css
<style>
span { border-color: #F66080; }
span { border-color: rgb(246,96,128); }
td.TdClassName
{
border-color: #F66080;
}
.TagClassName
{
border-color: #F66080;
}
</style>