Shades of Brink Pink #F66F83
Tints of Brink Pink #F66F83
RGB
CMYK
RGB Variations
Color information
#F66F83 (or 0xF66F83) is known color: Brink Pink. HEX triplet: F6, 6F and 83. RGB value is (246,111,131). Sum of RGB (Red+Green+Blue) = 246+111+131=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66F83 is #09907C. Grayscale: #999999. Windows color (decimal): -626813 or 8613878. OLE color: 8613878.
HSL color Cylindrical-coordinate representation of color #F66F83: hue angle of 351.11º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66F83 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 131 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.04 |
| HSL | 351.11º | 0.88% | 0.7% | - |
| HSV(B) | 351.11º | 0.55% | 0.96% | - |
| XYZ | 47.79 | 32.6 | 25.25 | - |
| YUV | 153.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 131 | 0 | 0.55 | 0.47 | 0.04 | 351.11 | 0.88 | 0.7 |
| Hex | F6 | 6F | 83 | 0 | 37 | 2F | 4 | 15F | 58 | 46 |
| Octal | 366 | 157 | 203 | 0 | 67 | 57 | 4 | 537 | 130 | 106 |
| Binary | 11110110 | 1101111 | 10000011 | 0 | 110111 | 101111 | 100 | 101011111 | 1011000 | 1000110 |
Color Harmonies of #F66F83
Complementary color
Monochromatic Colors of #F66F83
Black with #F66F83
Text Example
Text Example
White with #F66F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66F83; }
p { color: rgb(246,111,131); }
H1.HeaderClassName
{
color: #F66F83;
}
.AnyTagClassName
{
color: #F66F83;
}
</style>
background-color css
<style>
a { background-color: #F66F83; }
a { background-color: rgb(246,111,131); }
div.DivClassName
{
background-color: #F66F83;
}
.BgClassName
{
background-color: #F66F83;
}
</style>
border-color css
<style>
span { border-color: #F66F83; }
span { border-color: rgb(246,111,131); }
td.TdClassName
{
border-color: #F66F83;
}
.TagClassName
{
border-color: #F66F83;
}
</style>